1
Fork 0

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

@ -497,7 +497,7 @@ hir_analysis_tait_forward_compat2 = item does not constrain `{$opaque_type}`, bu
hir_analysis_target_feature_on_main = `main` function is not allowed to have `#[target_feature]`
hir_analysis_too_large_static = extern static is too large for the current architecture
hir_analysis_too_large_static = extern static is too large for the target architecture
hir_analysis_track_caller_on_main = `main` function is not allowed to be `#[track_caller]`
.suggestion = remove this annotation