]> git.lizzy.rs Git - rust.git/blob - src/test/ui/track-diagnostics/track6.stderr
Rollup merge of #105955 - Nilstrieb:no-trivial-opt-wrappers-we-have-field-accesses...
[rust.git] / src / test / ui / track-diagnostics / track6.stderr
1 error[E0658]: specialization is unstable
2   --> $DIR/track6.rs:11:5
3    |
4 LL |     default fn bar() {}
5    |     ^^^^^^^^^^^^^^^^^^^
6 -Ztrack-diagnostics: created at $COMPILER_DIR/rustc_session/src/parse.rs:93:5
7    |
8    = note: see issue #31844 <https://github.com/rust-lang/rust/issues/31844> for more information
9    = help: add `#![feature(specialization)]` to the crate attributes to enable
10
11 error: aborting due to previous error
12
13 For more information about this error, try `rustc --explain E0658`.