-
Couldn't load subscription status.
- Fork 13.9k
Stabilize Ident::new_raw #75084
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stabilize Ident::new_raw #75084
Conversation
|
(rust_highfive has picked a reviewer for you, use r? to override) |
|
FCP already happened in #59002, so this PR shouldn't need a new one. |
bdba12c to
f9d2f54
Compare
|
@petrochenkov: I've addressed your comments |
|
r=me with the extra word removed and commits squashed |
Tracking issue: rust-lang#54723 This is a continuation of PR rust-lang#59002
f9d2f54 to
6deda6a
Compare
|
@petrochenkov: Squashed |
|
@bors r+ |
|
📌 Commit 6deda6a has been approved by |
…r=petrochenkov Stabilize Ident::new_raw Tracking issue: rust-lang#54723 This is a continuation of PR rust-lang#59002
Rollup of 8 pull requests Successful merges: - rust-lang#74759 (add `unsigned_abs` to signed integers) - rust-lang#75043 (rustc_ast: `(Nested)MetaItem::check_name` -> `has_name`) - rust-lang#75056 (Lint path statements to suggest using drop when the type needs drop) - rust-lang#75081 (Fix logging for rustdoc) - rust-lang#75083 (Do not trigger `unused_braces` for `while let`) - rust-lang#75084 (Stabilize Ident::new_raw) - rust-lang#75103 (Disable building rust-analyzer on riscv64) - rust-lang#75106 (Enable docs on in the x86_64-unknown-linux-musl manifest) Failed merges: r? @ghost
Tracking issue: #54723
This is a continuation of PR #59002