9 lines
216 B
Plaintext
9 lines
216 B
Plaintext
error: argument must be a string literal
|
|
--> $DIR/issue-41776.rs:12:14
|
|
|
|
|
LL | include!(line!()); //~ ERROR argument must be a string literal
|
|
| ^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|