blob: 874b3d2c48dbb21328506d5a4c3328afe356298f [file] [log] [blame]
// This test is to ensure that the raw underscore lifetime won't emit two duplicate errors.
// See issue #143152
//@ edition: 2021
fn f<'r#_>(){}
//~^ ERROR `_` cannot be a raw lifetime
fn main() {}