mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 01:04:03 +00:00
456007af12
Closes 51388.
11 lines
335 B
Plaintext
11 lines
335 B
Plaintext
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 previous error
|
|
|