]> git.lizzy.rs Git - rust.git/commitdiff
E0248 Change in issue format
authorShyamSundarB <shyambaskaran@outlook.com>
Sun, 7 Aug 2016 18:42:53 +0000 (00:12 +0530)
committerGitHub <noreply@github.com>
Sun, 7 Aug 2016 18:42:53 +0000 (00:12 +0530)
src/test/compile-fail/E0248.rs

index fdfd41a456bf601316e05cf46fc78eb086697ab8..25568a323e161d42a1a6a8d219c76dae51f345dd 100644 (file)
@@ -13,6 +13,6 @@ enum Foo {
 }
 
 fn do_something(x: Foo::Bar) { } //~ ERROR E0248
-
+                //~| NOTE value used as a type
 fn main() {
 }