summaryrefslogtreecommitdiffstats
path: root/tests/ui/rfcs/rfc-2632-const-trait-impl/const_derives/derive-const-gate.rs
blob: 348ca0ab1906b8c720d7ceb712790a96de2459e7 (plain)
1
2
3
4
#[derive_const(Default)] //~ ERROR use of unstable library feature
pub struct S;

fn main() {}