blob: 14ee75e7c9cb6029dba7e5c0398d2b7f9f2422f1 [file] [log] [blame]
fn foo() -> bool {
b"".starts_with(stringify!(foo))
//~^ ERROR mismatched types
}
fn main() {}