mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Remove an out-of-date comment.
`DiagnosticBuilderInner` was removed some time ago.
This commit is contained in:
parent
54c4f94896
commit
585367f15f
@ -102,7 +102,6 @@ pub type PResult<'a, T> = Result<T, PErr<'a>>;
|
|||||||
rustc_fluent_macro::fluent_messages! { "../messages.ftl" }
|
rustc_fluent_macro::fluent_messages! { "../messages.ftl" }
|
||||||
|
|
||||||
// `PResult` is used a lot. Make sure it doesn't unintentionally get bigger.
|
// `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"))]
|
#[cfg(all(target_arch = "x86_64", target_pointer_width = "64"))]
|
||||||
rustc_data_structures::static_assert_size!(PResult<'_, ()>, 16);
|
rustc_data_structures::static_assert_size!(PResult<'_, ()>, 16);
|
||||||
#[cfg(all(target_arch = "x86_64", target_pointer_width = "64"))]
|
#[cfg(all(target_arch = "x86_64", target_pointer_width = "64"))]
|
||||||
|
Loading…
Reference in New Issue
Block a user