We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5e7a59 commit 4a99a9dCopy full SHA for 4a99a9d
src/test/compile-fail/E0248.rs
@@ -13,6 +13,6 @@ enum Foo {
13
}
14
15
fn do_something(x: Foo::Bar) { } //~ ERROR E0248
16
-
+ //~| NOTE value used as a type
17
fn main() {
18
0 commit comments