]> git.lizzy.rs Git - rust.git/blob - tests/ui/extenv/extenv-arg-2-not-string-literal.stderr
Rollup merge of #104672 - Voultapher:unify-sort-modules, r=thomcc
[rust.git] / tests / ui / extenv / extenv-arg-2-not-string-literal.stderr
1 error: expected string literal
2   --> $DIR/extenv-arg-2-not-string-literal.rs:1:25
3    |
4 LL | fn main() { env!("one", 10); }
5    |                         ^^
6
7 error: aborting due to previous error
8