diff options
author | Alex Kiernan <alex.kiernan@gmail.com> | 2023-12-29 11:44:33 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-12-30 11:03:08 +0000 |
commit | 537ed2b654bbc44a84ad193feffee967355f6c65 (patch) | |
tree | c0bbda0c7da6ca3f16553b1268ae8a752deee0f4 /meta/recipes-devtools/rust/files/hardcodepaths.patch | |
parent | aa0b0d0cc26974325e99451bf7422f4aeb257ccf (diff) | |
download | poky-537ed2b654bbc44a84ad193feffee967355f6c65.tar.gz |
rust: Upgrade 1.72.1 -> 1.73.0
https://blog.rust-lang.org/2023/10/05/Rust-1.73.0.html
(From OE-Core rev: 728c40b939c6af6358a483237298ca834cbb8993)
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rust/files/hardcodepaths.patch')
-rw-r--r-- | meta/recipes-devtools/rust/files/hardcodepaths.patch | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta/recipes-devtools/rust/files/hardcodepaths.patch b/meta/recipes-devtools/rust/files/hardcodepaths.patch index 19c494ad9a..6eb091461f 100644 --- a/meta/recipes-devtools/rust/files/hardcodepaths.patch +++ b/meta/recipes-devtools/rust/files/hardcodepaths.patch | |||
@@ -6,9 +6,11 @@ Upstream-Status: Inappropriate [patches need rework] | |||
6 | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> | 6 | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
7 | Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> | 7 | Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> |
8 | 8 | ||
9 | --- rustc-1.69.0-src/compiler/rustc_codegen_llvm/src/context.rs.orig 2023-04-21 08:38:23.092458478 +0100 | 9 | Index: rustc-1.73.0-src/compiler/rustc_codegen_llvm/src/context.rs |
10 | +++ rustc-1.69.0-src/compiler/rustc_codegen_llvm/src/context.rs 2023-04-21 08:39:00.266819755 +0100 | 10 | =================================================================== |
11 | @@ -156,46 +156,6 @@ | 11 | --- rustc-1.73.0-src.orig/compiler/rustc_codegen_llvm/src/context.rs |
12 | +++ rustc-1.73.0-src/compiler/rustc_codegen_llvm/src/context.rs | ||
13 | @@ -157,46 +157,6 @@ pub unsafe fn create_module<'ll>( | ||
12 | } | 14 | } |
13 | } | 15 | } |
14 | 16 | ||