Merge pull request #19558 from rust-lang/small-bug-catastrophic-effect
fix: Fix a small bug with catastrophic effects
This commit is contained in:
commit
a7cdc0bf62
1 changed files with 1 additions and 1 deletions
|
|
@ -503,7 +503,7 @@ bitflags! {
|
|||
/// it if needed.
|
||||
const HAS_TARGET_FEATURE = 1 << 8;
|
||||
const DEPRECATED_SAFE_2024 = 1 << 9;
|
||||
const RUSTC_ALLOW_INCOHERENT_IMPLS = 1 << 9;
|
||||
const RUSTC_ALLOW_INCOHERENT_IMPLS = 1 << 10;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue