]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/rustc-args-required-const2.stderr
Auto merge of #75936 - sdroege:chunks-exact-construction-bounds-check, r=nagisa
[rust.git] / src / test / ui / rustc-args-required-const2.stderr
index 005f68fa2e64dd750e515b6c32e7d7f7f51751bb..a8906ad3bc55123da6e7310b1c6a4ccdc2c00b57 100644 (file)
@@ -1,7 +1,7 @@
 error: this function can only be invoked directly, not through a function pointer
   --> $DIR/rustc-args-required-const2.rs:8:13
    |
-LL |     let a = foo; //~ ERROR: this function can only be invoked directly
+LL |     let a = foo;
    |             ^^^
 
 error: aborting due to previous error