-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
[1.38] Placement new syntax no longer parses #62617
Copy link
Copy link
Closed
Labels
A-parserArea: The lexing & parsing of Rust source code to an ASTArea: The lexing & parsing of Rust source code to an ASTT-langRelevant to the language teamRelevant to the language teamregression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.
Metadata
Metadata
Assignees
Labels
A-parserArea: The lexing & parsing of Rust source code to an ASTArea: The lexing & parsing of Rust source code to an ASTT-langRelevant to the language teamRelevant to the language teamregression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.
Type
Fields
Give feedbackNo fields configured for issues without a type.
root: mbox 0.3.1; cc @kennytm causes:
@willnewtonroot: rayon-hash 0.2.0 cc @cuviper
@coder543Root cause of these on our side is #60803 which removed support for parsing placement new even under
#[cfg(false)]and the like. The crater run done there seems to have not found these -- not sure why. We might be testing more now than we were before.