]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_codegen_cranelift/patches/0022-sysroot-Disable-not-compiling-tests.patch
Rollup merge of #99192 - Amanieu:fix-asm-srcloc, r=petrochenkov
[rust.git] / compiler / rustc_codegen_cranelift / patches / 0022-sysroot-Disable-not-compiling-tests.patch
index 108a97bd7c600da6ed09f1846a0c51affac145eb..8d9ee3f25c49db03b35c65208fe8fc6740c63b63 100644 (file)
@@ -30,25 +30,5 @@ index 0000000..46fd999
 +
 +[dependencies]
 +rand = "0.7"
-diff --git a/library/core/tests/ptr.rs b/library/core/tests/ptr.rs
-index 1a6be3a..42dbd59 100644
---- a/library/core/tests/ptr.rs
-+++ b/library/core/tests/ptr.rs
-@@ -250,6 +250,7 @@ fn test_unsized_nonnull() {
-     };
- }
-+/*
- #[test]
- #[allow(warnings)]
- // Have a symbol for the test below. It doesn’t need to be an actual variadic function, match the
-@@ -277,6 +277,7 @@ pub fn test_variadic_fnptr() {
-     let mut s = SipHasher::new();
-     assert_eq!(p.hash(&mut s), q.hash(&mut s));
- }
-+*/
- #[test]
- fn write_unaligned_drop() {
 --
 2.21.0 (Apple Git-122)