diff options
| author | est31 <MTest31@outlook.com> | 2023-03-03 04:15:15 +0100 |
|---|---|---|
| committer | est31 <MTest31@outlook.com> | 2023-03-03 08:39:00 +0100 |
| commit | 6df5ae4fb03734dd98db01a9f488998b1d4498ab (patch) | |
| tree | d5c0058297d36c2e830ad316af52183c0e423792 /compiler/rustc_middle/src/mir/mod.rs | |
| parent | ff2c609d662f0ffae9aafa6ff9f60441473e958e (diff) | |
| download | rust-6df5ae4fb03734dd98db01a9f488998b1d4498ab.tar.gz rust-6df5ae4fb03734dd98db01a9f488998b1d4498ab.zip | |
Match unmatched backticks in comments in compiler/
Diffstat (limited to 'compiler/rustc_middle/src/mir/mod.rs')
| -rw-r--r-- | compiler/rustc_middle/src/mir/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_middle/src/mir/mod.rs b/compiler/rustc_middle/src/mir/mod.rs index 0d78c6135b3..99cdb769da1 100644 --- a/compiler/rustc_middle/src/mir/mod.rs +++ b/compiler/rustc_middle/src/mir/mod.rs @@ -2908,7 +2908,7 @@ fn pretty_print_const_value<'tcx>( // the `destructure_const` query with an empty `ty::ParamEnv` without // introducing ICEs (e.g. via `layout_of`) from missing bounds. // E.g. `transmute([0usize; 2]): (u8, *mut T)` needs to know `T: Sized` - // to be able to destructure the tuple into `(0u8, *mut T) + // to be able to destructure the tuple into `(0u8, *mut T)` // // FIXME(eddyb) for `--emit=mir`/`-Z dump-mir`, we should provide the // correct `ty::ParamEnv` to allow printing *all* constant values. |
