rustc-dev-guide/src
Arthur Milchior 9ce24d1cbf Use different type in an example (#1908)
* Use different type in an example

Sentences such as «without the argument u32» were ambiguous, as there were two distincts u32. Having a single one, the one in the monomorphization of the type, remove the ambiguity.

* Update src/ty.md

---------

Co-authored-by: Nilstrieb <48135649+Nilstrieb@users.noreply.github.com>
2024-03-01 23:26:16 +01:00
..
appendix Fix some broken links (#1877) 2024-01-30 04:49:51 +09:00
backend updating-llvm.md: command does not work (#1887) 2024-02-13 22:39:15 +09:00
borrow_check Fix more links (#1884) 2024-02-21 12:17:28 -03:00
building make shell.nix better (#1858) 2024-03-01 21:26:19 +01:00
const-eval Fix more links (#1884) 2024-02-21 12:17:28 -03:00
diagnostics Fix more links (#1884) 2024-02-21 12:17:28 -03:00
guides Add a chapter on editions. (#1835) 2023-12-12 16:42:10 -03:00
img Remove outdated references to coverage debug code (#1797) 2023-09-22 01:32:45 +09:00
mir Fix some links (#1865) 2024-01-28 19:44:41 -03:00
notification-groups notification groups: add information about how to ping them to the respective pages (#1818) 2023-11-27 19:08:19 -03:00
profiling refactor(profiling/with_perf): remove a wrong to be verb 2023-07-19 16:54:57 +02:00
queries Update incremental-compilation-in-detail.md (#1553) 2023-01-14 12:37:03 +09:00
rustdoc-internals Add guide for rustdoc search implementation (#1846) 2024-01-06 18:47:01 +01:00
solve opaque types in new solver (#1918) 2024-03-01 13:11:55 +01:00
tests Update run-make test description (#1920) 2024-03-01 23:22:50 +01:00
traits add implied bounds doc (#1915) 2024-02-29 10:46:28 +01:00
SUMMARY.md opaque types in new solver (#1918) 2024-03-01 13:11:55 +01:00
about-this-guide.md Correct the link to rust reference 2024-01-12 14:08:53 +02:00
asm.md Update asm.md (#1560) 2023-01-17 21:44:19 +09:00
ast-validation.md Apply suggestions from code review 2023-01-29 20:58:11 +02:00
borrow_check.md Fix rustc_borrowck crate name typo (#1535) 2022-12-25 21:11:21 +09:00
bound-vars-and-params.md Fix more links (#1884) 2024-02-21 12:17:28 -03:00
bug-fix-procedure.md Some updates for recent diagnostics changes. 2024-02-10 04:48:19 +02:00
cli.md
closure.md Fix some links 2023-06-29 06:43:19 +02:00
compiler-debugging.md Some updates for recent diagnostics changes. 2024-02-10 04:48:19 +02:00
compiler-src.md Fix some links 2023-06-29 06:43:19 +02:00
compiler-team.md Replace experts map with reviewers from triagebot 2023-12-05 18:40:26 +02:00
const-eval.md explain the MIR const vs TY const situation 2023-09-18 03:57:13 +02:00
constants.md Fix some links (#1865) 2024-01-28 19:44:41 -03:00
contributing.md Add some explanations for frequently used rustbot commands (#1849) 2024-01-20 19:56:35 +08:00
conventions.md Change `./x.py` into `./x` 2023-06-30 23:11:14 +02:00
crates-io.md Vetting deps datecheck (#1614) 2023-02-18 22:20:08 +09:00
debugging-support-in-rustc.md fix: stabilize debugger_visualizer 2023-08-14 10:34:59 +02:00
diagnostics.md Some updates for recent diagnostics changes. 2024-02-10 04:48:19 +02:00
early-late-bound-summary.md add doc and move existing stuff around 2023-09-19 10:19:58 -07:00
effects.md Start a chapter about the evolving const effect system (#1808) 2023-10-18 19:35:15 +08:00
external-repos.md document that it's rare for books to break 2023-04-09 21:20:55 +02:00
feature-gate-ck.md
feature-gates.md Remove feature edition fields. (#1836) 2023-12-13 21:19:43 +09:00
fuzzing.md feat(fuzzing.md): make `halfempty` word a link 2023-07-24 15:35:47 +02:00
generic_arguments.md generic_arguments.md: substs -> GenericArgs 2023-07-15 02:01:35 +02:00
generics.md Fix more links (#1884) 2024-02-21 12:17:28 -03:00
getting-started.md Fix some links (#1865) 2024-01-28 19:44:41 -03:00
git.md Make git rebase commands more bulletproof (#1889) 2024-02-14 19:00:15 -03:00
hir-debugging.md recommend `unpretty=hir` alongside `unpretty=hir-tree` 2023-10-18 10:01:49 -07:00
hir.md Add a description of `unpretty=hir` to the HIR docs (#1842) 2023-12-29 10:07:07 +09:00
identifiers.md Fix some links (#1865) 2024-01-28 19:44:41 -03:00
implementing_new_features.md Add some more details on feature gating (#1891) 2024-03-01 23:20:06 +01:00
incrcomp-debugging.md Followup to #1862 (#1864) 2024-01-28 06:12:41 +09:00
lang-items.md
licenses.md Fix long lines 2023-08-22 15:31:14 +01:00
llvm-coverage-instrumentation.md Update for upcoming markdown changes. (#1880) 2024-02-07 10:23:35 -03:00
lowering.md
macro-expansion.md Improving macro expansion section (#1875) 2024-01-30 04:53:39 +09:00
memory.md Add links for arena and interning. (#1868) 2024-01-30 04:55:16 +09:00
method-lookup.md fix some links (#1490) 2022-10-22 19:53:46 +09:00
name-resolution.md fix(name-resolution): remove unnecessary closing paranthesis 2023-07-30 13:23:23 +02:00
opaque-types-impl-trait-inference.md Fix some typos 2022-09-22 10:45:25 +02:00
opaque-types-type-alias-impl-trait.md make date-check more lightweight (#1394) 2022-08-02 13:50:32 -07:00
overview.md Add links for arena and interning. (#1868) 2024-01-30 04:55:16 +09:00
panic-implementation.md separate link target from normal content 2024-02-11 06:36:15 +01:00
parallel-rustc.md OwningRef exists no more 2023-07-02 13:17:42 +02:00
param_env.md
part-2-intro.md refactor(parts): remove part numbers to be consistent 2023-08-11 09:55:19 +02:00
part-3-intro.md refactor(parts): remove part numbers to be consistent 2023-08-11 09:55:19 +02:00
part-4-intro.md refactor(parts): remove part numbers to be consistent 2023-08-11 09:55:19 +02:00
part-5-intro.md revert(part-5-intro): revert 4806958 2023-08-11 09:55:19 +02:00
pat-exhaustive-checking.md Explain the important concepts of exhaustiveness checking 2024-01-07 11:54:59 +02:00
profile-guided-optimization.md Change `src/test` to `tests` (#1547) 2023-01-13 07:31:47 +09:00
profiling.md Change `x.py` into `x`, add explanation for `x` 2023-06-30 23:11:14 +02:00
query.md Fix some links 2023-06-29 06:43:19 +02:00
return-position-impl-trait-in-trait.md Document subtle implied bounds issue in RPITIT inference (#1807) 2023-10-14 15:53:57 +02:00
rustbot.md Add some explanations for frequently used rustbot commands (#1849) 2024-01-20 19:56:35 +08:00
rustc-driver-getting-diagnostics.md Update examples (#1856) 2024-01-21 22:26:41 +09:00
rustc-driver-interacting-with-the-ast.md Update examples (#1856) 2024-01-21 22:26:41 +09:00
rustc-driver.md Fix some links 2023-06-29 06:43:19 +02:00
rustdoc-internals.md update internal terminology: Substs -> GenericArgs 2023-08-21 07:28:56 +02:00
rustdoc.md Change `x.py` into `x`, add explanation for `x` 2023-06-30 23:11:14 +02:00
salsa.md Add link in salsa (#1866) 2024-01-28 19:42:26 -03:00
sanitizers.md update old bootstrap docs 2024-01-15 19:44:49 +02:00
serialization.md Remove reference to -Z ast-json and -Z ast-json-noexpand 2024-02-17 20:47:05 +01:00
stability.md distinguish language and library processes more consistently 2023-06-29 10:05:10 -05:00
stabilization_guide.md Update name of "active" features to "unstable" (#1814) 2023-10-30 02:16:02 +09:00
syntax-intro.md
test-implementation.md Remove a dangling link on "The `#[test]` attribute" 2022-08-29 20:07:51 +02:00
the-parser.md Replace letters by foo, bar and buz in lexing example (#1870) 2024-01-30 04:53:07 +09:00
thir.md Document unsafety checking (#1847) 2024-01-20 20:46:58 +09:00
tracing.md improve accuracy 2023-03-10 09:04:21 +02:00
turbofishing-and-early-late-bound.md line length limit 2023-09-19 10:19:58 -07:00
ty-fold.md Fix more links (#1884) 2024-02-21 12:17:28 -03:00
ty.md Use different type in an example (#1908) 2024-03-01 23:26:16 +01:00
type-checking.md fix review suggestion 2023-01-21 16:12:58 +02:00
type-inference.md Update date reference about infer context variables 2023-03-03 17:39:11 +02:00
unsafety-checking.md Fix more links (#1884) 2024-02-21 12:17:28 -03:00
variance.md
walkthrough.md Add some explanations for frequently used rustbot commands (#1849) 2024-01-20 19:56:35 +08:00
what-does-early-late-bound-mean.md add doc and move existing stuff around 2023-09-19 10:19:58 -07:00