Change location in guide

This commit is contained in:
Boxy 2024-04-01 04:01:28 +01:00
parent 317a4e279b
commit f2adb25de2
1 changed files with 1 additions and 1 deletions

View File

@ -118,6 +118,7 @@
- [Generic arguments](./generic_arguments.md) - [Generic arguments](./generic_arguments.md)
- [Constants in the type system](./constants.md) - [Constants in the type system](./constants.md)
- [Bound vars and Parameters](./bound-vars-and-params.md) - [Bound vars and Parameters](./bound-vars-and-params.md)
- [Parameter Environments](./param_env.md)
- [Type inference](./type-inference.md) - [Type inference](./type-inference.md)
- [Trait solving](./traits/resolution.md) - [Trait solving](./traits/resolution.md)
- [Early and Late Bound Parameter Definitions](./early-late-bound-summary.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) - [Closure constraints](./borrow_check/region_inference/closure_constraints.md)
- [Error reporting](./borrow_check/region_inference/error_reporting.md) - [Error reporting](./borrow_check/region_inference/error_reporting.md)
- [Two-phase-borrows](./borrow_check/two_phase_borrows.md) - [Two-phase-borrows](./borrow_check/two_phase_borrows.md)
- [Parameter Environments](./param_env.md)
- [Errors and Lints](diagnostics.md) - [Errors and Lints](diagnostics.md)
- [Diagnostic and subdiagnostic structs](./diagnostics/diagnostic-structs.md) - [Diagnostic and subdiagnostic structs](./diagnostics/diagnostic-structs.md)
- [Translation](./diagnostics/translation.md) - [Translation](./diagnostics/translation.md)