]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/extoption_env-not-string-literal.stderr
Auto merge of #62748 - luca-barbieri:optimize-refcell-borrow, r=RalfJung
[rust.git] / src / test / ui / extoption_env-not-string-literal.stderr
index 8c97b57e0ab9955bfb79e5484e4cf123d92657be..272751916f5befe2d99b29fdf97349a54be377d0 100644 (file)
@@ -1,7 +1,7 @@
 error: argument must be a string literal
   --> $DIR/extoption_env-not-string-literal.rs:1:25
    |
-LL | fn main() { option_env!(10); } //~ ERROR: argument must be a string literal
+LL | fn main() { option_env!(10); }
    |                         ^^
 
 error: aborting due to previous error