about summary refs log tree commit diff
path: root/tests/ui/rmeta/no_optitimized_mir.stderr
blob: 254f100aa7b5e5f98b8e04f35fea8eada6b88f90 (plain)
1
2
3
4
5
6
7
8
9
10
error: missing optimized MIR for `missing_optimized_mir` 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