Squashed implementation of the pass
This commit is contained in:
parent
304441960e
commit
aa53928ed7
8 changed files with 185 additions and 1 deletions
|
@ -310,6 +310,8 @@ language_item_table! {
|
|||
|
||||
Try, sym::Try, try_trait, Target::Trait;
|
||||
|
||||
SliceLen, sym::slice_len_fn, slice_len_fn, Target::Method(MethodKind::Inherent);
|
||||
|
||||
// Language items from AST lowering
|
||||
TryTraitFromResidual, sym::from_residual, from_residual_fn, Target::Method(MethodKind::Trait { body: false });
|
||||
TryTraitFromOutput, sym::from_output, from_output_fn, Target::Method(MethodKind::Trait { body: false });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue