]> git.lizzy.rs Git - rust.git/blob - src/test/ui/feature-gates/feature-gate-generic_associated_types_extended.rs
Merge remote-tracking branch 'origin/master' into mpk/add-long-error-message-for...
[rust.git] / src / test / 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() {}