]> git.lizzy.rs Git - rust.git/blob - tests/ui/rfc-2632-const-trait-impl/const_derives/derive-const-gate.rs
Auto merge of #106458 - albertlarsan68:move-tests, r=jyn514
[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() {}