]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/error-codes/E0201.rs
Merge commit '266e96785ab71834b917bf474f130a6d8fdecd4b' into sync_cg_clif-2022-10-23
[rust.git] / src / test / ui / error-codes / E0201.rs
index adefd4bcd46001b3fefa64f9ed273851508bf449..04b37091b2f16cd1a520bf06ae46b4eb8ba6ca7d 100644 (file)
@@ -2,7 +2,7 @@
 
 impl Foo {
     fn bar(&self) -> bool { self.0 > 5 }
-    fn bar() {} //~ ERROR E0201
+    fn bar() {} //~ ERROR E0592
 }
 
 trait Baz {