summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui/crashes/ice-10148.rs
blob: d89d94edbcdb9fa9a072f2a273760c8968dd15b9 (plain)
1
2
3
4
5
6
7
8
9
//@aux-build:../auxiliary/proc_macros.rs
//@no-rustfix
extern crate proc_macros;

use proc_macros::with_span;

fn main() {
    println!(with_span!(""something ""));
}