diff options
| author | Jeong YunWon <jeong@youknowone.org> | 2013-03-02 17:43:24 +0900 |
|---|---|---|
| committer | Jeong YunWon <jeong@youknowone.org> | 2013-03-02 17:44:35 +0900 |
| commit | b662d3c922f1922da55d324aa65dfe268c2bb971 (patch) | |
| tree | 364600d6e909ccfb996cf865380ecf4b12d17b57 /src/rt/sync/rust_thread.cpp | |
| parent | 36e898962daa596dd757e31aa86676b1b448b273 (diff) | |
| download | rust-b662d3c922f1922da55d324aa65dfe268c2bb971.tar.gz rust-b662d3c922f1922da55d324aa65dfe268c2bb971.zip | |
Better highlight for repeat count error
Before:
````
test.rs:3:21: 3:30 error: expected constant integer for repeat count but found variable
test.rs:3 let a = ~[0, ..n]; //~ ERROR expected constant integer for repeat count but found variable
^~~~~~~~~
````
After:
````
test.rs:3:27: 3:28 error: expected constant integer for repeat count but found variable
test.rs:3 let a = ~[0, ..n]; //~ ERROR expected constant integer for repeat count but found variable
^
````
Diffstat (limited to 'src/rt/sync/rust_thread.cpp')
0 files changed, 0 insertions, 0 deletions
