]> git.lizzy.rs Git - rust.git/blob - tests/ui/feature-gates/feature-gate-custom_mir.stderr
Auto merge of #105603 - oli-obk:non_repeatable_queries, r=petrochenkov
[rust.git] / tests / ui / feature-gates / feature-gate-custom_mir.stderr
1 error[E0658]: the `#[custom_mir]` attribute is just used for the Rust test suite
2   --> $DIR/feature-gate-custom_mir.rs:5:1
3    |
4 LL | #[custom_mir(dialect = "built")]
5    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6    |
7    = help: add `#![feature(custom_mir)]` to the crate attributes to enable
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0658`.