improve error message

pull/10/head
Ariel Ben-Yehuda 9 years ago committed by Manish Goregaokar
parent e2862658d2
commit 99a8183fdb

@ -64,7 +64,7 @@ fn main() {
``` ```
```text ```text
<anon>:10:5: 10:8 error: the predicate `&mut i32 : Trait` is not satisfied [E0277] <anon>:10:5: 10:8 error: the trait bound `&mut i32 : Trait` is not satisfied [E0277]
<anon>:10 foo(t); <anon>:10 foo(t);
^~~ ^~~
``` ```

Loading…
Cancel
Save