summaryrefslogtreecommitdiffstats
path: root/src/test/ui/feature-gates/feature-gate-generic_associated_types_extended.rs
blob: 258b8cd35c777056a75af3eb6bbb73d4b69df7ae (plain)
1
2
3
4
5
6
#![feature(generic_associated_types)]

// This feature doesn't *currently* fire on any specific code; it's just a
// behavior change. Future changes might.
#[rustc_error] //~ the
fn main() {}