summaryrefslogtreecommitdiffstats
path: root/tests/ui/rmeta/no_optitimized_mir.stderr
blob: 92f22d780005048f250e472c754a2ea249cff542 (plain)
1
2
3
4
5
6
7
8
9
10
error: missing optimized MIR for an item in the crate `rmeta_meta`
   |
note: missing optimized MIR for this item (was the crate `rmeta_meta` compiled with `--emit=metadata`?)
  --> $DIR/auxiliary/rmeta-meta.rs:10:1
   |
LL | pub fn missing_optimized_mir() {
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to 1 previous error