1 2 3 4 5 6
fn foo() -> bool { b"".starts_with(stringify!(foo)) //~^ ERROR mismatched types } fn main() {}