Skip to content

Commit 3ff57d3

Browse files
committed
Make proc_macro_span compatible with -Dwarnings
1 parent 658045d commit 3ff57d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ fn compile_probe(rustc_bootstrap: bool) -> bool {
177177
.arg("--crate-type=lib")
178178
.arg("--cap-lints=allow")
179179
.arg("--emit=dep-info,metadata")
180+
.arg("--cap-lints=allow")
180181
.arg("--out-dir")
181182
.arg(&out_subdir)
182183
.arg(probefile);

0 commit comments

Comments
 (0)