blob: f129035d040f1ff5678af9f84b585bdc54965b76 [file] [log] [blame]
pub struct DefaultLifetime<'a, 'b = 'static> {
//~^ ERROR unexpected default lifetime parameter
_marker: std::marker::PhantomData<&'a &'b ()>,
}
fn main(){}