File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,8 @@ rm tests/ui/deprecation/deprecated_inline_threshold.rs # missing deprecation war
134
134
# bugs in the test suite
135
135
# ======================
136
136
rm tests/ui/process/nofile-limit.rs # TODO some AArch64 linking issue
137
+ rm tests/ui/backtrace/synchronized-panic-handler.rs # missing needs-unwind annotation
138
+ rm -r tests/ui/codegen/equal-pointers-unequal # make incorrect assumptions about the location of stack variables
137
139
138
140
rm tests/ui/stdio-is-blocking.rs # really slow with unoptimized libstd
139
141
@@ -157,8 +159,8 @@ index ea06b620c4c..b969d0009c6 100644
157
159
RUSTDOC := \$ (RUSTDOC) -Clinker='\$ (RUSTC_LINKER)'
158
160
diff --git a/src/tools/run-make-support/src/rustdoc.rs b/src/tools/run-make-support/src/rustdoc.rs
159
161
index 9607ff02f96..b7d97caf9a2 100644
160
- --- a/src/tools/run-make-support/src/rustdoc.rs
161
- +++ b/src/tools/run-make-support/src/rustdoc.rs
162
+ --- a/src/tools/run-make-support/src/external_deps/ rustdoc.rs
163
+ +++ b/src/tools/run-make-support/src/external_deps/ rustdoc.rs
162
164
@@ -34,8 +34,6 @@ pub fn bare() -> Self {
163
165
#[track_caller]
164
166
pub fn new() -> Self {
You can’t perform that action at this time.
0 commit comments