Skip to content

Commit

Permalink
Remove "Self" as a "type parameter" wrt scoping rules
Browse files Browse the repository at this point in the history
  • Loading branch information
tmandry committed Jun 2, 2023
1 parent e09e4a8 commit caf455a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion text/0000-return-position-impl-trait-in-traits.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ Formally, given a trait method with a return type like `-> impl A + ... + Z` and

* Concrete types, constant expressions, and `'static`
* Any generic type and const parameters in scope, including:
* `Self`
* Type and const parameters on the impl
* Explicit type and const parameters on the method
* Implicit type parameters on the method (argument-position `impl Trait` types)
Expand Down

0 comments on commit caf455a

Please sign in to comment.