E0248 Change in issue format

This commit is contained in:
ShyamSundarB 2016-08-08 00:12:53 +05:30 committed by GitHub
parent f5e7a5910d
commit 4a99a9de03

View File

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