]> git.lizzy.rs Git - rust.git/blob - src/test/ui/extenv/extenv-not-string-literal.stderr
Rollup merge of #102888 - GuillaumeGomez:improve-search-color-check, r=notriddle
[rust.git] / src / test / ui / extenv / extenv-not-string-literal.stderr
1 error: expected string literal
2   --> $DIR/extenv-not-string-literal.rs:1:18
3    |
4 LL | fn main() { env!(10, "two"); }
5    |                  ^^
6
7 error: aborting due to previous error
8