1
Fork 0

Stop hiding const eval limit in external macros

This commit is contained in:
Oli Scherer 2023-06-22 14:11:10 +00:00
parent c55d1ee8d4
commit aacd702895
3 changed files with 42 additions and 1 deletions

View file

@ -3464,7 +3464,8 @@ declare_lint! {
/// out an update in your own time.
pub LONG_RUNNING_CONST_EVAL,
Deny,
"detects long const eval operations"
"detects long const eval operations",
report_in_external_macro
}
declare_lint! {