]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc1445/feature-gate.with_gate.stderr
Fix font color for help button in ayu and dark themes
[rust.git] / src / test / ui / rfc1445 / feature-gate.with_gate.stderr
1 error: fatal error triggered by #[rustc_error]
2   --> $DIR/feature-gate.rs:21:1
3    |
4 LL | / fn main() {
5 LL | |     let y = Foo { x: 1 };
6 LL | |     match y {
7 LL | |         FOO => { }
8 LL | |         _ => { }
9 LL | |     }
10 LL | | }
11    | |_^
12
13 error: aborting due to previous error
14