Always evaluate free constants and statics, even if previous errors occurred

This commit is contained in:
Oli Scherer
2024-02-14 12:28:07 +00:00
parent e29a1530f6
commit 9062697917
69 changed files with 650 additions and 519 deletions

View File

@@ -213,8 +213,6 @@ late_lint_methods!(
ExplicitOutlivesRequirements: ExplicitOutlivesRequirements,
InvalidValue: InvalidValue,
DerefNullPtr: DerefNullPtr,
// May Depend on constants elsewhere
UnusedBrokenConst: UnusedBrokenConst,
UnstableFeatures: UnstableFeatures,
UngatedAsyncFnTrackCaller: UngatedAsyncFnTrackCaller,
ArrayIntoIter: ArrayIntoIter::default(),