Remove some dead code
drop_in_place has been a lang item, not an intrinsic, for forever
This commit is contained in:
parent
41d97c8a5d
commit
5a16aebe9d
2 changed files with 1 additions and 2 deletions
|
@ -247,7 +247,6 @@ pub fn check_intrinsic_type(
|
|||
],
|
||||
Ty::new_unit(tcx),
|
||||
),
|
||||
sym::drop_in_place => (1, 0, vec![Ty::new_mut_ptr(tcx, param(0))], Ty::new_unit(tcx)),
|
||||
sym::needs_drop => (1, 0, vec![], tcx.types.bool),
|
||||
|
||||
sym::type_name => (1, 0, vec![], Ty::new_static_str(tcx)),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue