]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/attempted-access-non-fatal.stderr
Merge commit '3e7c6dec244539970b593824334876f8b6ed0b18' into clippyup
[rust.git] / src / test / ui / attempted-access-non-fatal.stderr
index 2fee49acdf4b79393e0e3a565208b65efbc13a4e..5b7db0e9d6fb41b5838736524e00a2e40d44f2ec 100644 (file)
@@ -1,13 +1,13 @@
 error[E0610]: `{integer}` is a primitive type and therefore doesn't have fields
   --> $DIR/attempted-access-non-fatal.rs:4:15
    |
-LL |     let _ = x.foo; //~ `{integer}` is a primitive type and therefore doesn't have fields [E0610]
+LL |     let _ = x.foo;
    |               ^^^
 
 error[E0610]: `{integer}` is a primitive type and therefore doesn't have fields
   --> $DIR/attempted-access-non-fatal.rs:5:15
    |
-LL |     let _ = x.bar; //~ `{integer}` is a primitive type and therefore doesn't have fields [E0610]
+LL |     let _ = x.bar;
    |               ^^^
 
 error: aborting due to 2 previous errors