We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87fc30d commit 8f58a71Copy full SHA for 8f58a71
src/librustc/traits/engine.rs
@@ -105,7 +105,7 @@ impl dyn TraitEngine<'tcx> {
105
/// Creates a `TraitEngine` in a special 'delay generator witness' mode.
106
/// This imposes additional requirements for the caller in order to avoid
107
/// accepting unsound code, and should only be used by `FnCtxt`. All other
108
- /// users of `TraitEngine` should use `TraitEngine::new`
+ /// users of `TraitEngine` should use `TraitEngine::new`.
109
///
110
/// A `TraitEngine` returned by this constructor will not attempt
111
/// to resolve any `GeneratorWitness` predicates involving auto traits,
0 commit comments