Skip to content

Commit

Permalink
rust-lang#35391 is addressed
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamsundarb-arch authored Aug 7, 2016
1 parent f5e7a59 commit 160108c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/compile-fail/E0248.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ enum Foo {
}

fn do_something(x: Foo::Bar) { } //~ ERROR E0248

//~| NOTE value used as a type
fn main() {
}

0 comments on commit 160108c

Please sign in to comment.