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 df35475 commit 9cb350cCopy full SHA for 9cb350c
reference.md
@@ -2279,8 +2279,6 @@ These types help drive the compiler's analysis
2279
: The lifetime parameter should be considered invariant
2280
* `malloc`
2281
: Allocate memory on the managed heap.
2282
-* `opaque`
2283
- : ___Needs filling in___
2284
* `owned_box`
2285
: ___Needs filling in___
2286
* `stack_exhausted`
@@ -2295,8 +2293,6 @@ These types help drive the compiler's analysis
2295
2293
: The type parameter should be considered invariant
2296
2294
* `ty_desc`
2297
2298
-* `ty_visitor`
2299
2300
2301
> **Note:** This list is likely to become out of date. We should auto-generate
2302
> it from `librustc/middle/lang_items.rs`.
0 commit comments