auto merge of #18872 : hirschenberger/rust/master, r=thestinger
Discussed in #18587
This commit is contained in:
commit
5db8381c7e
@ -115,7 +115,7 @@ declare_lint!(UNUSED_COMPARISONS, Warn,
|
||||
declare_lint!(OVERFLOWING_LITERALS, Warn,
|
||||
"literal out of range for its type")
|
||||
|
||||
declare_lint!(EXCEEDING_BITSHIFTS, Allow,
|
||||
declare_lint!(EXCEEDING_BITSHIFTS, Deny,
|
||||
"shift exceeds the type's number of bits")
|
||||
|
||||
pub struct TypeLimits {
|
||||
|
Loading…
x
Reference in New Issue
Block a user