diff options
| author | bors <bors@rust-lang.org> | 2013-03-02 15:33:39 -0800 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-03-02 15:33:39 -0800 |
| commit | 347d19934db06f0467377ec138e7415a119f2a3c (patch) | |
| tree | c744ed58153bd4f3316d273ad4343377840e05da /src/rt/sync/rust_thread.cpp | |
| parent | d19cbf8da3b59393bdb9c06d8b03e558c7575dbd (diff) | |
| parent | b662d3c922f1922da55d324aa65dfe268c2bb971 (diff) | |
| download | rust-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
