about summary refs log tree commit diff
path: root/src/rt/sync/rust_thread.cpp
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-03-02 15:33:39 -0800
committerbors <bors@rust-lang.org>2013-03-02 15:33:39 -0800
commit347d19934db06f0467377ec138e7415a119f2a3c (patch)
treec744ed58153bd4f3316d273ad4343377840e05da /src/rt/sync/rust_thread.cpp
parentd19cbf8da3b59393bdb9c06d8b03e558c7575dbd (diff)
parentb662d3c922f1922da55d324aa65dfe268c2bb971 (diff)
downloadrust-347d19934db06f0467377ec138e7415a119f2a3c.tar.gz
rust-347d19934db06f0467377ec138e7415a119f2a3c.zip
auto merge of #5198 : youknowone/rust/repeat-count, r=brson
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