Skip to content

Commit 9cb350c

Browse files
luqmanaManishearth
authored andcommitted
librustc: Remove trans::reflect and the opaque and ty_visitor lang items.
1 parent df35475 commit 9cb350c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

reference.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2279,8 +2279,6 @@ These types help drive the compiler's analysis
22792279
: The lifetime parameter should be considered invariant
22802280
* `malloc`
22812281
: Allocate memory on the managed heap.
2282-
* `opaque`
2283-
: ___Needs filling in___
22842282
* `owned_box`
22852283
: ___Needs filling in___
22862284
* `stack_exhausted`
@@ -2295,8 +2293,6 @@ These types help drive the compiler's analysis
22952293
: The type parameter should be considered invariant
22962294
* `ty_desc`
22972295
: ___Needs filling in___
2298-
* `ty_visitor`
2299-
: ___Needs filling in___
23002296

23012297
> **Note:** This list is likely to become out of date. We should auto-generate
23022298
> it from `librustc/middle/lang_items.rs`.

0 commit comments

Comments
 (0)