Remove an out-of-date comment.
`DiagnosticBuilderInner` was removed some time ago.
This commit is contained in:
parent
54c4f94896
commit
585367f15f
1 changed files with 0 additions and 1 deletions
|
@ -102,7 +102,6 @@ pub type PResult<'a, T> = Result<T, PErr<'a>>;
|
|||
rustc_fluent_macro::fluent_messages! { "../messages.ftl" }
|
||||
|
||||
// `PResult` is used a lot. Make sure it doesn't unintentionally get bigger.
|
||||
// (See also the comment on `DiagnosticBuilderInner`'s `diagnostic` field.)
|
||||
#[cfg(all(target_arch = "x86_64", target_pointer_width = "64"))]
|
||||
rustc_data_structures::static_assert_size!(PResult<'_, ()>, 16);
|
||||
#[cfg(all(target_arch = "x86_64", target_pointer_width = "64"))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue