Skip to content

Commit 8a7eec8

Browse files
committed
100 chars
1 parent 8891c39 commit 8a7eec8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ui/fn/fn-coerce-suggestions-with-inference-region.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//! Functions with a mismatch between the expected and found type where the difference is a reference
2-
//! may trigger analysis for additional help. In this test the expected type will be
1+
//! Functions with a mismatch between the expected and found type where the difference is a
2+
//! reference may trigger analysis for additional help. In this test the expected type will be
33
//! &'a Container<&'a u8> and the found type will be Container<&'?0 u8>.
44
//!
55
//! This test exercises a scenario where the found type being analyzed contains an inference region

0 commit comments

Comments
 (0)