diff options
| author | bors <bors@rust-lang.org> | 2021-12-09 04:04:01 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-12-09 04:04:01 +0000 |
| commit | e25077704164071a1ef87cdc90fe7dd1872ba3fa (patch) | |
| tree | 0c1e5f88fb29780ecfd8c8234dc6f7e7cd7e3d57 /compiler/rustc_span/src | |
| parent | 3c857f48ce12d1f98f3ea6d48eb9e33d8d60c985 (diff) | |
| parent | 229aa1b106634c88084887f3e4fb20abb8c92b43 (diff) | |
| download | rust-e25077704164071a1ef87cdc90fe7dd1872ba3fa.tar.gz rust-e25077704164071a1ef87cdc90fe7dd1872ba3fa.zip | |
Auto merge of #91691 - matthiaskrgr:rollup-wfommdr, r=matthiaskrgr
Rollup of 5 pull requests Successful merges: - #91042 (Use Vec extend instead of repeated pushes on several places) - #91476 (Improve 'cannot contain emoji' error.) - #91568 (Pretty print break and continue without redundant space) - #91645 (Implement `core::future::join!`) - #91666 (update Miri) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'compiler/rustc_span/src')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index a4280047c70..492cecf7d67 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -630,6 +630,7 @@ symbols! { fdiv_fast, feature, fence, + ferris: "🦀", fetch_update, ffi, ffi_const, |
