diff options
| author | Jonathan Turner <jturner@mozilla.com> | 2016-05-12 16:39:09 -0700 |
|---|---|---|
| committer | Jonathan Turner <jturner@mozilla.com> | 2016-05-12 16:48:59 -0700 |
| commit | 1b6afd1e42ba2a809c2b7255ed61784d9901555e (patch) | |
| tree | aa613d7f87ce2342eae9188f13d9222c28c1c6cf /src/test/compile-fail/enum-in-scope.rs | |
| parent | 104fe1c4db24f860b890dfd25577f23ee111279a (diff) | |
| download | rust-1b6afd1e42ba2a809c2b7255ed61784d9901555e.tar.gz rust-1b6afd1e42ba2a809c2b7255ed61784d9901555e.zip | |
Update errors to use new error format
Diffstat (limited to 'src/test/compile-fail/enum-in-scope.rs')
| -rw-r--r-- | src/test/compile-fail/enum-in-scope.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/compile-fail/enum-in-scope.rs b/src/test/compile-fail/enum-in-scope.rs index 7be06ec7de8..6dffd1999d7 100644 --- a/src/test/compile-fail/enum-in-scope.rs +++ b/src/test/compile-fail/enum-in-scope.rs @@ -11,5 +11,5 @@ struct hello(isize); fn main() { - let hello = 0; //~ERROR declaration of `hello` shadows + let hello = 0; //~ERROR cannot be named the same } |
