]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/test-cfg.stderr
Rollup merge of #65389 - ecstatic-morse:zero-sized-array-no-drop, r=eddyb
[rust.git] / src / test / ui / test-cfg.stderr
index 93ca9a27de23becf0c4f137eb4ef2433500e8dc8..c35fe2f9458d44f77fb0c30a0715425baecf3701 100644 (file)
@@ -1,7 +1,7 @@
 error[E0425]: cannot find function `foo` in this scope
   --> $DIR/test-cfg.rs:7:5
    |
-LL |     foo(); //~ ERROR cannot find function `foo` in this scope
+LL |     foo();
    |     ^^^ not found in this scope
 
 error: aborting due to previous error