]> git.lizzy.rs Git - rust.git/blob - tests/ui/feature-gates/feature-gate-generic_associated_types_extended.rs
Rollup merge of #106641 - chenyukang:yukang/fix-105761-segguest-this, r=estebank
[rust.git] / tests / ui / feature-gates / feature-gate-generic_associated_types_extended.rs
1 // This feature doesn't *currently* fire on any specific code; it's just a
2 // behavior change. Future changes might.
3 #[rustc_error] //~ the
4 fn main() {}