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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
81 B
Rust
Raw Normal View History

2017-05-15 09:41:05 +00:00
fn main() {
include!(line!()); //~ ERROR argument must be a string literal
}