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 76d7b6a commit 844361cCopy full SHA for 844361c
src/ty.md
@@ -92,7 +92,7 @@ Here is one more example:
92
```rust
93
mod a {
94
type X = u32;
95
- pub fn foo(x: X) -> i32 { 22 }
+ pub fn foo(x: X) -> u32 { 22 }
96
}
97
mod b {
98
type X = i32;
0 commit comments