]> git.lizzy.rs Git - rust.git/blob - src/test/ui/feature-gates/feature-gate-generic_associated_types_extended.rs
parser will not give wrong help message for 'public'
[rust.git] / src / test / ui / feature-gates / feature-gate-generic_associated_types_extended.rs
1 #![feature(generic_associated_types)]
2
3 // This feature doesn't *currently* fire on any specific code; it's just a
4 // behavior change. Future changes might.
5 #[rustc_error] //~ the
6 fn main() {}