diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2022-11-14 19:26:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-14 19:26:17 +0100 |
| commit | 43bb507d128dc1ea0618ee678245c6bdab561dcf (patch) | |
| tree | 38873b2e78dacacab4e9f4f3b2c257594e944aa2 /compiler/rustc_codegen_llvm/src/errors.rs | |
| parent | f8e5b1ce9edc94bc2d242a399cf2759e2e2a5c42 (diff) | |
| parent | d8c0fef18822ae64623ff5ccfe1a0f9661569b0c (diff) | |
| download | rust-43bb507d128dc1ea0618ee678245c6bdab561dcf.tar.gz rust-43bb507d128dc1ea0618ee678245c6bdab561dcf.zip | |
Rollup merge of #104332 - Elarcis:maybe_uninit_doc_fix, r=m-ou-se
Fixed some `_i32` notation in `maybe_uninit`’s doc This PR just changed two lines in the documentation for `MaybeUninit`: ```rs let val = 0x12345678i32; ``` was changed to: ```rs let val = 0x12345678_i32; ``` in two doctests, making the values a tad easier to read. It does not seem like there are other literals needing this change in the file.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/errors.rs')
0 files changed, 0 insertions, 0 deletions
