]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/unknown-tool-name.stderr
Auto merge of #75936 - sdroege:chunks-exact-construction-bounds-check, r=nagisa
[rust.git] / src / test / ui / unknown-tool-name.stderr
index 7bd2da285980cf860980a4bf99c638f07e83a22a..7a6ed57bda6f3e26d53dfc296f9300491377a82b 100644 (file)
@@ -1,7 +1,7 @@
 error[E0433]: failed to resolve: use of undeclared type or module `foo`
   --> $DIR/unknown-tool-name.rs:1:3
    |
-LL | #[foo::bar] //~ ERROR failed to resolve: use of undeclared type or module `foo`
+LL | #[foo::bar]
    |   ^^^ use of undeclared type or module `foo`
 
 error: aborting due to previous error