rust/compiler/rustc_expand/src
bors b71e8cbaf2 Auto merge of #124987 - workingjubilee:macro-metavar-expr-with-a-shorter-len, r=c410-f3r,joshtriplett,joshtriplett
Rename `${length()}` to `${len()}`

Implements the rename suggested in https://github.com/rust-lang/rust/pull/122808#issuecomment-2047722187
> I brought this up in the doc PR but it belongs here – `length` should probably be renamed `len` before stabilization. The latter is de facto standard in the standard library, whereas the former is only used in a single unstable API. These metafunctions aren’t library items of course, but should presumably still be consistent with established names.

r? `@c410-f3r`
2024-05-16 00:26:20 +00:00
..
mbe Auto merge of #124987 - workingjubilee:macro-metavar-expr-with-a-shorter-len, r=c410-f3r,joshtriplett,joshtriplett 2024-05-16 00:26:20 +00:00
base.rs Inline and remove three `DummyResult` methods. 2024-05-03 09:06:26 +10:00
build.rs Remove unused `ExpCtxt` methods. 2024-05-03 09:06:25 +10:00
config.rs Remove `NtIdent` and `NtLifetime`. 2024-05-14 08:19:58 +10:00
errors.rs delegation: Implement list delegation 2024-05-15 02:32:59 +03:00
expand.rs delegation: Implement list delegation 2024-05-15 02:32:59 +03:00
lib.rs Move some tests from `rustc_expand` to `rustc_parse`. 2024-05-06 09:06:02 +10:00
mbe.rs Remove unnecessary `pub`s. 2024-05-03 09:06:26 +10:00
module.rs Use `do yeet ()` and `do yeet _` instead of `None?` and `Err(_)?` in compiler 2024-03-15 11:37:42 +00:00
placeholders.rs Add `ErrorGuaranteed` to `Recovered::Yes` and use it more. 2024-05-09 20:12:07 +10:00
proc_macro.rs Remove a `Span` from `TokenKind::Interpolated`. 2024-05-13 10:30:30 +10:00
proc_macro_server.rs Remove `NtIdent` and `NtLifetime`. 2024-05-14 08:19:58 +10:00