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 99d47b8 commit d911ba1Copy full SHA for d911ba1
src/kinds.md
@@ -34,7 +34,7 @@ the context is clear). As mentioned earlier, substition lists store raw
34
`Kind`s, so before dealing with them, it is preferable to convert them to
35
`UnpackedKind`s first. This is done by calling the `.unpack()` method.
36
37
-```rust
+```rust,ignore
38
// An example of unpacking and packing a kind.
39
fn deal_with_kind<'tcx>(kind: Kind<'tcx>) -> Kind<'tcx> {
40
// Unpack a raw `Kind` to deal with it safely.
0 commit comments