mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 10:05:06 +03:00
Rollup merge of #69847 - GuillaumeGomez:cleanup-e0393, r=Dylan-DPC
clean up E0393 explanation r? @Dylan-DPC
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
A type parameter which references `Self` in its default value was not specified.
|
||||
Example of erroneous code:
|
||||
|
||||
Erroneous code example:
|
||||
|
||||
```compile_fail,E0393
|
||||
trait A<T=Self> {}
|
||||
|
||||
Reference in New Issue
Block a user