Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68
Bump bootstrap compiler to new beta https://forge.rust-lang.org/release/process.html#master-bootstrap-update-t-2-day-tuesday
This commit is contained in:
commit
f8060d282d
50 changed files with 511 additions and 635 deletions
|
@ -1582,10 +1582,7 @@ pub enum TypeErrorAdditionalDiags {
|
|||
span: Span,
|
||||
code: String,
|
||||
},
|
||||
#[multipart_suggestion(
|
||||
trait_selection_meant_str_literal,
|
||||
applicability = "machine-applicable"
|
||||
)]
|
||||
#[multipart_suggestion(trait_selection_meant_str_literal, applicability = "machine-applicable")]
|
||||
MeantStrLiteral {
|
||||
#[suggestion_part(code = "\"")]
|
||||
start: Span,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue