Change location in guide
This commit is contained in:
parent
317a4e279b
commit
f2adb25de2
|
|
@ -118,6 +118,7 @@
|
|||
- [Generic arguments](./generic_arguments.md)
|
||||
- [Constants in the type system](./constants.md)
|
||||
- [Bound vars and Parameters](./bound-vars-and-params.md)
|
||||
- [Parameter Environments](./param_env.md)
|
||||
- [Type inference](./type-inference.md)
|
||||
- [Trait solving](./traits/resolution.md)
|
||||
- [Early and Late Bound Parameter Definitions](./early-late-bound-summary.md)
|
||||
|
|
@ -168,7 +169,6 @@
|
|||
- [Closure constraints](./borrow_check/region_inference/closure_constraints.md)
|
||||
- [Error reporting](./borrow_check/region_inference/error_reporting.md)
|
||||
- [Two-phase-borrows](./borrow_check/two_phase_borrows.md)
|
||||
- [Parameter Environments](./param_env.md)
|
||||
- [Errors and Lints](diagnostics.md)
|
||||
- [Diagnostic and subdiagnostic structs](./diagnostics/diagnostic-structs.md)
|
||||
- [Translation](./diagnostics/translation.md)
|
||||
|
|
|
|||
Loading…
Reference in New Issue