You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ty.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,9 @@ benefits of interning.
137
137
138
138
## Allocating and working with types
139
139
140
-
To allocate a new type, you can use the various `new_` methods defined on the [`rustc_middle::ty`](https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/ty/struct.Ty.html). These have names
140
+
To allocate a new type, you can use the various `new_*` methods defined on
0 commit comments