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 8891c39 commit 8a7eec8Copy full SHA for 8a7eec8
tests/ui/fn/fn-coerce-suggestions-with-inference-region.rs
@@ -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
+//! Functions with a mismatch between the expected and found type where the difference is a
+//! reference may trigger analysis for additional help. In this test the expected type will be
3
//! &'a Container<&'a u8> and the found type will be Container<&'?0 u8>.
4
//!
5
//! This test exercises a scenario where the found type being analyzed contains an inference region
0 commit comments