]> 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 af4163259ea85c090f377eb5e60593be184b0dcb..272751916f5befe2d99b29fdf97349a54be377d0 100644 (file)
@@ -1,7 +1,7 @@
 error: argument must be a string literal
-  --> $DIR/extoption_env-not-string-literal.rs:11:25
+  --> $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