]> git.lizzy.rs Git - rust.git/blob - tests/ui/rfc-2632-const-trait-impl/const_derives/derive-const-gate.rs
Rollup merge of #106717 - klensy:typo, r=lcnr
[rust.git] / tests / ui / rfc-2632-const-trait-impl / const_derives / derive-const-gate.rs
1 #[derive_const(Default)] //~ ERROR use of unstable library feature
2 pub struct S;
3
4 fn main() {}