diff options
| author | bors <bors@rust-lang.org> | 2025-01-26 00:47:18 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2025-01-26 00:47:18 +0000 |
| commit | 2f0ad2a71e4a4528bb80bcb24bf8fa4e50cb87c2 (patch) | |
| tree | e4b820f7ab8fc7ba6f6b3f8a77493dbebb0337b4 /compiler/rustc_span | |
| parent | 6fb03584cf6d915cc5527f45037ca009f4273c4c (diff) | |
| parent | 08c4d6369b5f00e6e1626ce82f76b2584dffa657 (diff) | |
| download | rust-2f0ad2a71e4a4528bb80bcb24bf8fa4e50cb87c2.tar.gz rust-2f0ad2a71e4a4528bb80bcb24bf8fa4e50cb87c2.zip | |
Auto merge of #136070 - matthiaskrgr:rollup-b5enbuz, r=matthiaskrgr
Rollup of 7 pull requests Successful merges: - #134300 (remove long-deprecated no-op attributes no_start and crate_id) - #134373 (Improve and expand documentation of pipes) - #135934 (Include missing item in the 1.81 release notes) - #136005 (ports last few library files to new intrinsic style) - #136016 (Improve check-cfg expected names diagnostic) - #136039 (docs: fix typo in std::pin overview) - #136056 (Fix typo in const stability error message) r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'compiler/rustc_span')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index aa22d0f706d..1fb15fe9800 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -707,7 +707,6 @@ symbols! { coverage, coverage_attribute, cr, - crate_id, crate_in_paths, crate_local, crate_name, @@ -1390,7 +1389,6 @@ symbols! { no_mangle, no_sanitize, no_stack_check, - no_start, no_std, nomem, non_ascii_idents, |
