Ignoring code examples that aren't actually compile-able
This commit is contained in:
parent
78034750d3
commit
cf689b2db4
1 changed files with 2 additions and 2 deletions
|
|
@ -69,13 +69,13 @@ essentially one of the following:
|
|||
This is the phase where we encode the rules of the trait system into logic. For
|
||||
example, if we have:
|
||||
|
||||
```rust
|
||||
```rust,ignore
|
||||
impl<T: Clone> Clone for Vec<T> {}
|
||||
```
|
||||
|
||||
We generate:
|
||||
|
||||
```rust
|
||||
```rust,ignore
|
||||
forall<T> { (Vec<T>: Clone) :- (T: Clone) }
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue