We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58e122f commit 05d95a9Copy full SHA for 05d95a9
compiler/rustc_middle/src/mir/coverage.rs
@@ -28,7 +28,6 @@ rustc_index::newtype_index! {
28
#[derive(HashStable)]
29
#[encodable]
30
#[orderable]
31
- #[max = 0xFFFF_FFFF]
32
#[debug_format = "CounterId({})"]
33
pub struct CounterId {}
34
}
@@ -46,7 +45,6 @@ rustc_index::newtype_index! {
46
45
47
48
49
50
#[debug_format = "ExpressionId({})"]
51
pub struct ExpressionId {}
52
0 commit comments