rust/tests/ui/macros/issue-41776.rs

4 lines
81 B
Rust

fn main() {
include!(line!()); //~ ERROR argument must be a string literal
}