Skip to content

Commit

Permalink
Add context to phantom comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Noratrieb committed Apr 5, 2023
1 parent 9405f58 commit 504c4c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/rustc_data_structures/src/owned_slice.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ pub struct OwnedSlice {
// | touch the owner — otherwise the owner |
// | could invalidate out `bytes` pointer |
// | |
// | so be quite |
// | so be quiet |
// +----+ +-------------------------------+
// \/
// ⊂(´・◡・⊂ )∘˚˳°
// ⊂(´・◡・⊂ )∘˚˳° (I am the phantom remnant of #97770)
#[expect(dead_code)]
owner: Box<dyn Send + Sync>,
}
Expand Down

0 comments on commit 504c4c4

Please sign in to comment.