2022-09-20 11:55:07 +00:00
|
|
|
#[derive_const(Default)] //~ ERROR use of unstable library feature
|
2024-06-25 09:50:01 +00:00
|
|
|
//~^ ERROR const `impl` for trait `Default` which is not marked with `#[const_trait]`
|
2022-09-20 11:55:07 +00:00
|
|
|
pub struct S;
|
|
|
|
|
|
|
|
|
|
fn main() {}
|