improve the printing of substs and trait-refs
This commit is contained in:
parent
31247e5a0b
commit
b23648fe4a
118 changed files with 350 additions and 291 deletions
|
@ -23,5 +23,5 @@ fn bar<T: Send>(_: T) {}
|
|||
fn main() {
|
||||
let x = Foo { a: 5 };
|
||||
bar(x);
|
||||
//~^ ERROR `Foo : std::marker::Send` is not satisfied
|
||||
//~^ ERROR `Foo: std::marker::Send` is not satisfied
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue