Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 585367f

Browse files
committed
Remove an out-of-date comment.
`DiagnosticBuilderInner` was removed some time ago.
1 parent 54c4f94 commit 585367f

File tree

1 file changed

+0
-1
lines changed
  • compiler/rustc_errors/src

1 file changed

+0
-1
lines changed

compiler/rustc_errors/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ pub type PResult<'a, T> = Result<T, PErr<'a>>;
102102
rustc_fluent_macro::fluent_messages! { "../messages.ftl" }
103103

104104
// `PResult` is used a lot. Make sure it doesn't unintentionally get bigger.
105-
// (See also the comment on `DiagnosticBuilderInner`'s `diagnostic` field.)
106105
#[cfg(all(target_arch = "x86_64", target_pointer_width = "64"))]
107106
rustc_data_structures::static_assert_size!(PResult<'_, ()>, 16);
108107
#[cfg(all(target_arch = "x86_64", target_pointer_width = "64"))]

0 commit comments

Comments
 (0)