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 f2b963a commit 4249254Copy full SHA for 4249254
1 file changed
build.rs
@@ -157,8 +157,8 @@ fn compile_probe(rustc_bootstrap: bool) -> bool {
157
.arg("--edition=2018")
158
.arg("--crate-name=anyhow")
159
.arg("--crate-type=lib")
160
- .arg("--emit=dep-info,metadata")
161
.arg("--cap-lints=allow")
+ .arg("--emit=dep-info,metadata")
162
.arg("--out-dir")
163
.arg(&out_subdir)
164
.arg(probefile);
0 commit comments