Stop hiding const eval limit in external macros
This commit is contained in:
parent
c55d1ee8d4
commit
aacd702895
3 changed files with 42 additions and 1 deletions
|
@ -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! {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue