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.
| 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