]> git.lizzy.rs Git - rust.git/blob - tests/ui-fulldeps/missing-rustc-driver-error.stderr
Rollup merge of #106144 - tgross35:patch-1, r=Mark-Simulacrum
[rust.git] / tests / ui-fulldeps / missing-rustc-driver-error.stderr
1 error: crate `rustc_serialize` required to be available in rlib format, but was not found in this form
2    |
3    = help: try adding `extern crate rustc_driver;` at the top level of this crate
4
5 error: crate `smallvec` required to be available in rlib format, but was not found in this form
6
7 error: crate `thin_vec` required to be available in rlib format, but was not found in this form
8
9 error: crate `indexmap` required to be available in rlib format, but was not found in this form
10
11 error: crate `hashbrown` required to be available in rlib format, but was not found in this form
12
13 error: crate `ahash` required to be available in rlib format, but was not found in this form
14
15 error: crate `once_cell` required to be available in rlib format, but was not found in this form
16
17 error: crate `getrandom` required to be available in rlib format, but was not found in this form
18
19 error: crate `cfg_if` required to be available in rlib format, but was not found in this form
20
21 error: crate `libc` required to be available in rlib format, but was not found in this form
22
23 error: aborting due to 10 previous errors
24