TL note: current means target

This commit is contained in:
Jubilee Young
2024-09-20 00:39:10 -07:00
parent 28628f3743
commit 325af25c94
35 changed files with 43 additions and 43 deletions

View File

@@ -264,7 +264,7 @@ impl<'tcx> fmt::Display for LayoutError<'tcx> {
match *self {
LayoutError::Unknown(ty) => write!(f, "the type `{ty}` has an unknown layout"),
LayoutError::SizeOverflow(ty) => {
write!(f, "values of the type `{ty}` are too big for the current architecture")
write!(f, "values of the type `{ty}` are too big for the target architecture")
}
LayoutError::NormalizationFailure(t, e) => write!(
f,