]> git.lizzy.rs Git - rust.git/blobdiff - src/test/compile-fail/issue-3907-2.rs
Make RFC 1214 warnings into errors, and rip out the "warn or err"
[rust.git] / src / test / compile-fail / issue-3907-2.rs
index ee8bc7d6e290103ccfd30543c9db1f45e59a389e..130647966f2d126760c07c634889ee17209b80cb 100644 (file)
@@ -18,6 +18,6 @@ struct S {
 }
 
 fn bar(_x: Foo) {}
-//~^ ERROR E0277
+//~^ ERROR E0038
 
 fn main() {}