mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
remove not applicable rustc patch
This commit is contained in:
parent
7f95363a97
commit
94d58b1bd3
0
rustc_patches/.gitkeep
Normal file
0
rustc_patches/.gitkeep
Normal file
@ -1,14 +0,0 @@
|
||||
diff --git a/src/tools/compiletest/src/header.rs b/src/tools/compiletest/src/header.rs
|
||||
index 887d27fd6dca4..2c2239f2b83d1 100644
|
||||
--- a/src/tools/compiletest/src/header.rs
|
||||
+++ b/src/tools/compiletest/src/header.rs
|
||||
@@ -806,8 +806,8 @@ pub fn make_test_description<R: Read>(
|
||||
cfg: Option<&str>,
|
||||
) -> test::TestDesc {
|
||||
let mut ignore = false;
|
||||
#[cfg(not(bootstrap))]
|
||||
- let ignore_message: Option<String> = None;
|
||||
+ let ignore_message: Option<&str> = None;
|
||||
let mut should_fail = false;
|
||||
|
||||
let rustc_has_profiler_support = env::var_os("RUSTC_PROFILER_SUPPORT").is_some();
|
Loading…
Reference in New Issue
Block a user