Remove in_band_lifetimes
from rustc_trait_selection
This commit is contained in:
parent
195e931b02
commit
dd5717a6d6
18 changed files with 63 additions and 54 deletions
|
@ -16,7 +16,7 @@ pub enum CopyImplementationError<'tcx> {
|
|||
HasDestructor,
|
||||
}
|
||||
|
||||
pub fn can_type_implement_copy(
|
||||
pub fn can_type_implement_copy<'tcx>(
|
||||
tcx: TyCtxt<'tcx>,
|
||||
param_env: ty::ParamEnv<'tcx>,
|
||||
self_type: Ty<'tcx>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue