about summary refs log tree commit diff
path: root/library/std/src/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorDylan DPC <99973273+Dylan-DPC@users.noreply.github.com>2022-04-28 20:13:02 +0200
committerGitHub <noreply@github.com>2022-04-28 20:13:02 +0200
commit0cbf3b2b30c3ae5443dbdce8e1b03c0b13fd6929 (patch)
tree0d1cdf7f513cdf905818039db967b08fa15cfc89 /library/std/src/sys/unix/stack_overflow.rs
parentcbfbc3be7d1fd5090bdcb1e3c53fa4d894aa99f4 (diff)
parent2733ec1be34b1ae9f22c70c901bb89229adf9def (diff)
downloadrust-0cbf3b2b30c3ae5443dbdce8e1b03c0b13fd6929.tar.gz
rust-0cbf3b2b30c3ae5443dbdce8e1b03c0b13fd6929.zip
Rollup merge of #96433 - petrochenkov:delim, r=nnethercote
rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter`

Compiler cannot reuse `proc_macro::Delimiter` directly due to extra impls, but can at least use the same naming.

After this PR the only difference between these two enums is that `proc_macro::Delimiter::None` is turned into `token::Delimiter::Invisible`.
It's my mistake that the invisible delimiter is called `None` on stable, during the stabilization I audited the naming and wrote the docs, but missed the fact that the `None` naming gives a wrong and confusing impression about what this thing is.

cc https://github.com/rust-lang/rust/pull/96421
r? ``@nnethercote``
Diffstat (limited to 'library/std/src/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions