diff options
| author | est31 <MTest31@outlook.com> | 2023-03-04 04:25:36 +0100 |
|---|---|---|
| committer | est31 <MTest31@outlook.com> | 2023-03-11 20:40:18 +0100 |
| commit | 7f4cc178f07fca98aee1b58bb4f82b2f45f8afac (patch) | |
| tree | 41c6dcf644b73c38a8246ce82c1061814231d016 /compiler/rustc_trait_selection/src | |
| parent | 7a686bf41dbaf065203336c1e99e0406de621587 (diff) | |
| download | rust-7f4cc178f07fca98aee1b58bb4f82b2f45f8afac.tar.gz rust-7f4cc178f07fca98aee1b58bb4f82b2f45f8afac.zip | |
Address the new odd backticks tidy lint in compiler/
Diffstat (limited to 'compiler/rustc_trait_selection/src')
| -rw-r--r-- | compiler/rustc_trait_selection/src/traits/error_reporting/suggestions.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_trait_selection/src/traits/error_reporting/suggestions.rs b/compiler/rustc_trait_selection/src/traits/error_reporting/suggestions.rs index 9ab753c5a48..c93c26cc04b 100644 --- a/compiler/rustc_trait_selection/src/traits/error_reporting/suggestions.rs +++ b/compiler/rustc_trait_selection/src/traits/error_reporting/suggestions.rs @@ -2220,7 +2220,7 @@ impl<'tcx> TypeErrCtxtExt<'tcx> for TypeErrCtxt<'_, 'tcx> { // - `BuiltinDerivedObligation` with a generator witness (A) // - `BuiltinDerivedObligation` with a generator (A) // - `BuiltinDerivedObligation` with `impl std::future::Future` (A) - // - `BindingObligation` with `impl_send (Send requirement) + // - `BindingObligation` with `impl_send` (Send requirement) // // The first obligation in the chain is the most useful and has the generator that captured // the type. The last generator (`outer_generator` below) has information about where the |
