add links to query documentation for E0391
This commit is contained in:
parent
745efcc7d9
commit
c429a72db9
50 changed files with 60 additions and 56 deletions
|
@ -14,3 +14,6 @@ trait SecondTrait : FirstTrait {
|
|||
|
||||
The previous example contains a circular dependency between two traits:
|
||||
`FirstTrait` depends on `SecondTrait` which itself depends on `FirstTrait`.
|
||||
|
||||
See https://rustc-dev-guide.rust-lang.org/overview.html#queries and
|
||||
https://rustc-dev-guide.rust-lang.org/query.html for more information.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue