-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
make Debug
impl for Term
simpler
#125279
make Debug
impl for Term
simpler
#125279
Conversation
@bors r+ |
@bors r+ |
💡 This pull request was already approved, no need to approve it again.
|
@bors r+ |
💡 This pull request was already approved, no need to approve it again.
|
@bors rollup=always |
This comment has been minimized.
This comment has been minimized.
compiler/rustc_middle/src/ty/mod.rs
Outdated
}; | ||
f.write_str(&data) | ||
match self.unpack() { | ||
TermKind::Ty(ty) => write!("Term::Ty({ty:?})"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TermKind::Ty(ty) => write!("Term::Ty({ty:?})"), | |
TermKind::Ty(ty) => write!(f, "Term::Ty({ty:?})"), |
fuck |
9186197
to
006866f
Compare
r=me when CI's green |
CI is green |
@bors r+ |
@jyn514: 🔑 Insufficient privileges: Not in reviewers |
☝️ |
i think bors knows something jyn |
>:( |
Should we file a security incident about some random person trying to r+ rust PRs? Could be a potential attacker. (they are a self proclaimed "hacker") |
with the state of bors these days I wouldn't be surprised if this worked |
@bors try r+ |
@jyn514: 🔑 Insufficient privileges: not in try users |
@jyn514: 🔑 Insufficient privileges: Not in reviewers |
@bors r=aDotInTheVoid,Nilstrieb,BoxyUwU |
i am so sorry i messed up :(((( |
It's okay, we all mess up sometimes 💜 |
…iaskrgr Rollup of 4 pull requests Successful merges: - rust-lang#124948 (chore: Remove repeated words (extension of rust-lang#124924)) - rust-lang#124992 (Add example to IsTerminal::is_terminal) - rust-lang#125279 (make `Debug` impl for `Term` simpler) - rust-lang#125286 (Miri subtree update) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#125279 - WaffleLapkin:unpacktermindebug, r=aDotInTheVoid,Nilstrieb,BoxyUwU make `Debug` impl for `Term` simpler meow
…iaskrgr Rollup of 4 pull requests Successful merges: - rust-lang#124948 (chore: Remove repeated words (extension of rust-lang#124924)) - rust-lang#124992 (Add example to IsTerminal::is_terminal) - rust-lang#125279 (make `Debug` impl for `Term` simpler) - rust-lang#125286 (Miri subtree update) r? `@ghost` `@rustbot` modify labels: rollup
meow