]> git.lizzy.rs Git - rust.git/blob - src/test/ui/feature-gates/feature-gate-generic_associated_types_extended.rs
Rollup merge of #101308 - nerdypepper:feature/is-ascii-octdigit, r=joshtriplett
[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() {}