about summary refs log tree commit diff
path: root/src/rt/sync/rust_thread.cpp
diff options
context:
space:
mode:
authorJeong YunWon <jeong@youknowone.org>2013-03-02 17:43:24 +0900
committerJeong YunWon <jeong@youknowone.org>2013-03-02 17:44:35 +0900
commitb662d3c922f1922da55d324aa65dfe268c2bb971 (patch)
tree364600d6e909ccfb996cf865380ecf4b12d17b57 /src/rt/sync/rust_thread.cpp
parent36e898962daa596dd757e31aa86676b1b448b273 (diff)
downloadrust-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