1
Fork 0

Fix syntax typo in error message.

This commit is contained in:
Adam Perry 2019-10-07 08:04:26 -07:00
parent c49966bb1b
commit cca58d1321

View file

@ -4960,7 +4960,7 @@ trait Foo {
Erroneous example with a trait method declaration:
```compile_fail,E0738
#[!feature(track_caller)]
#![feature(track_caller)]
trait Foo {
fn bar(&self) {}