Skip to content

Commit 0737cb9

Browse files
Address issue number: rust-lang#35391
1 parent 4949aea commit 0737cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/compile-fail/E0248.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ enum Foo {
1313
}
1414

1515
fn do_something(x: Foo::Bar) { } //~ ERROR E0248
16-
16+
//~| NOTE value used as a type
1717
fn main() {
1818
}

0 commit comments

Comments
 (0)