about summary refs log tree commit diff
path: root/src/test/ui/compile-fail-migration/extenv-arg-2-not-string-literal.stderr
blob: 4a10deb4bddda76c028cd12ca5fcd8318df6958a (plain)
1
2
3
4
5
6
7
8
error: expected string literal
  --> $DIR/extenv-arg-2-not-string-literal.rs:11:25
   |
LL | fn main() { env!("one", 10); } //~ ERROR: expected string literal
   |                         ^^

error: aborting due to previous error