Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// gate-test-c_str_literals
macro_rules! m {
($t:tt) => {}
}
fn main() {
c"foo";
//~^ ERROR: `c".."` literals are experimental
m!(c"test");