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 683dd08 commit 6974191Copy full SHA for 6974191
compiler/rustc_metadata/src/rmeta/table.rs
@@ -196,13 +196,6 @@ fixed_size_enum! {
196
}
197
198
199
-fixed_size_enum! {
200
- hir::Constness {
201
- ( NotConst )
202
- ( Const )
203
- }
204
-}
205
-
206
fixed_size_enum! {
207
hir::Defaultness {
208
( Final )
@@ -218,13 +211,6 @@ fixed_size_enum! {
218
211
219
212
220
213
221
222
- ty::Asyncness {
223
- ( Yes )
224
- ( No )
225
226
227
228
214
229
215
hir::CoroutineKind {
230
216
( Coroutine(hir::Movability::Movable) )
0 commit comments