Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 918338 Details for
Bug 949374
dev-lang/rust-1.84.1[nightly]: rustc: undefined symbol: _ZN3std2rt19lang_start_internal17h12de313c8fa04a78E
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
portage patch to update rustc_driver version
0001-Add-version-to-rustc_driver.patch (text/plain), 1.02 KB, created by
demize
on 2025-02-09 01:55:13 UTC
(
hide
)
Description:
portage patch to update rustc_driver version
Filename:
MIME Type:
Creator:
demize
Created:
2025-02-09 01:55:13 UTC
Size:
1.02 KB
patch
obsolete
>From 53e893ec097f0a63390cae844e33525c60446a23 Mon Sep 17 00:00:00 2001 >From: demize <demize@unstable.systems> >Date: Sat, 8 Feb 2025 20:10:08 -0500 >Subject: [PATCH] Add version to rustc_driver > >See also: https://github.com/rust-lang/rust/issues/136701#issuecomment-2645838791 > >Signed-off-by: demize <demize@unstable.systems> >--- > Cargo.lock | 2 +- > compiler/rustc_driver/Cargo.toml | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/Cargo.lock b/Cargo.lock >index f34baa80..2ff040e3 100644 >--- a/Cargo.lock >+++ b/Cargo.lock >@@ -3543,7 +3543,7 @@ dependencies = [ > > [[package]] > name = "rustc_driver" >-version = "0.0.0" >+version = "1.84.1" > dependencies = [ > "rustc_driver_impl", > ] >diff --git a/compiler/rustc_driver/Cargo.toml b/compiler/rustc_driver/Cargo.toml >index ae9712ad..17f0d5d3 100644 >--- a/compiler/rustc_driver/Cargo.toml >+++ b/compiler/rustc_driver/Cargo.toml >@@ -1,6 +1,6 @@ > [package] > name = "rustc_driver" >-version = "0.0.0" >+version = "1.84.1" > edition = "2021" > > [lib] >-- >2.48.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 949374
:
918267
|
918268
| 918338