]> git.lizzy.rs Git - rust.git/blob - tests/ui/rfc-2632-const-trait-impl/const_derives/derive-const-gate.rs
Rollup merge of #106585 - estebank:issue-46585, r=compiler-errors
[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() {}