Skip to content

Commit 2cd13e6

Browse files
committed
Make error_generic_member_access compatible with -Dwarnings
1 parent eea6799 commit 2cd13e6

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
@@ -120,6 +120,7 @@ fn compile_probe(rustc_bootstrap: bool) -> bool {
120120
.arg("--crate-type=lib")
121121
.arg("--cap-lints=allow")
122122
.arg("--emit=dep-info,metadata")
123+
.arg("--cap-lints=allow")
123124
.arg("--out-dir")
124125
.arg(&out_subdir)
125126
.arg(probefile);

0 commit comments

Comments
 (0)