Skip to content

Commit b022549

Browse files
committed
Allow warnings in out_dirs_check
1 parent 235c909 commit b022549

File tree

1 file changed

+1
-0
lines changed
  • crates/rust-analyzer/tests/slow-tests

1 file changed

+1
-0
lines changed

crates/rust-analyzer/tests/slow-tests/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -711,6 +711,7 @@ fn main() {
711711
println!("cargo:rerun-if-changed=build.rs");
712712
}
713713
//- /src/main.rs
714+
#![allow(warnings)]
714715
#![feature(rustc_attrs)]
715716
#[rustc_builtin_macro] macro_rules! include {
716717
($file:expr $(,)?) => {{ /* compiler built-in */ }};

0 commit comments

Comments
 (0)