summaryrefslogtreecommitdiffstats
path: root/src/test/ui/feature-gates/feature-gate-generic_associated_types_extended.rs
blob: 7842d44ac4f0f3bc1a8dc7a2174df9631beb1981 (plain)
1
2
3
4
// This feature doesn't *currently* fire on any specific code; it's just a
// behavior change. Future changes might.
#[rustc_error] //~ the
fn main() {}