Skip to content

Commit 6c2b4eb

Browse files
authored
Merge pull request #22060 from rust-lang/rustc-pull
Rustc pull update
2 parents fcf6239 + 20149e5 commit 6c2b4eb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

crates/proc-macro-srv/src/dylib/proc_macros.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pub(crate) struct ProcMacros([bridge::client::ProcMacro]);
77

88
impl From<bridge::PanicMessage> for crate::PanicMessage {
99
fn from(p: bridge::PanicMessage) -> Self {
10-
Self { message: p.as_str().map(|s| s.to_owned()) }
10+
Self { message: p.into_string() }
1111
}
1212
}
1313

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4c4205163abcbd08948b3efab796c543ba1ea687
1+
e8e4541ff19649d95afab52fdde2c2eaa6829965

0 commit comments

Comments
 (0)