We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b59675 commit fd06561Copy full SHA for fd06561
tests/compile-test.rs
@@ -71,7 +71,7 @@ fn default_config() -> compiletest::Config {
71
}
72
73
config.target_rustcflags = Some(format!(
74
- "-L {0} -L {1} -Dwarnings -Zui-testing {2}",
+ "--emit=metadata -L {0} -L {1} -Dwarnings -Zui-testing {2}",
75
host_lib().join("deps").display(),
76
cargo::TARGET_LIB.join("deps").display(),
77
third_party_crates(),
0 commit comments