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 41e1128 commit 034a8fdCopy full SHA for 034a8fd
src/librustc_typeck/check/mod.rs
@@ -471,7 +471,7 @@ pub enum Diverges {
471
}
472
473
impl Diverges {
474
- /// Creates a `Diverges::Always` with the provided span and the default note message
+ /// Creates a `Diverges::Always` with the provided `span` and the default note message.
475
fn always(span: Span) -> Diverges {
476
Diverges::Always {
477
span,
0 commit comments