]> git.lizzy.rs Git - rust.git/blob - tests/ui/feature-gates/feature-gate-generic_associated_types_extended.rs
Rollup merge of #103702 - WaffleLapkin:lift-sized-bounds-from-pointer-methods-where...
[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() {}