Rollup merge of #134754 - frank-king:feature/import_trait_associated_functions, r=oli-obk
Implement `use` associated items of traits This PR implements #134691.
This commit is contained in:
commit
62d0f457d4
21 changed files with 374 additions and 42 deletions
|
@ -1095,6 +1095,7 @@ symbols! {
|
|||
import,
|
||||
import_name_type,
|
||||
import_shadowing,
|
||||
import_trait_associated_functions,
|
||||
imported_main,
|
||||
in_band_lifetimes,
|
||||
include,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue