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.
2 parents 59ef19a + 8f99e5a commit bbe5be0Copy full SHA for bbe5be0
1 file changed
src/normalize.rs
@@ -401,7 +401,9 @@ impl<'a> Filter<'a> {
401
let trimmed_line = trimmed_line
402
.strip_prefix("= note: ")
403
.unwrap_or(trimmed_line);
404
- if trimmed_line.starts_with("the full type name has been written to") {
+ if trimmed_line.starts_with("the full type name has been written to")
405
+ || trimmed_line.starts_with("the full name for the type has been written to")
406
+ {
407
return None;
408
}
409
0 commit comments