diff options
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 38e95c21e8f..e1d86936d02 100644 --- a/src/test/compile-fail/enum-in-scope.rs +++ b/src/test/compile-fail/enum-in-scope.rs @@ -1,5 +1,5 @@ enum hello = int; fn main() { - let hello = 0; //!ERROR declaration of `hello` shadows an enum that's in + let hello = 0; //~ERROR declaration of `hello` shadows an enum that's in } \ No newline at end of file |
