librustc: Remove trans::reflect and the opaque and ty_visitor lang items.

This commit is contained in:
Luqman Aden 2014-10-15 11:14:30 -04:00 committed by Manish Goregaokar
parent df35475d92
commit 9cb350c4e8
1 changed files with 0 additions and 4 deletions

View File

@ -2279,8 +2279,6 @@ These types help drive the compiler's analysis
: The lifetime parameter should be considered invariant
* `malloc`
: Allocate memory on the managed heap.
* `opaque`
: ___Needs filling in___
* `owned_box`
: ___Needs filling in___
* `stack_exhausted`
@ -2295,8 +2293,6 @@ These types help drive the compiler's analysis
: The type parameter should be considered invariant
* `ty_desc`
: ___Needs filling in___
* `ty_visitor`
: ___Needs filling in___
> **Note:** This list is likely to become out of date. We should auto-generate
> it from `librustc/middle/lang_items.rs`.