Skip to content

Commit cca58d1

Browse files
committed
Fix syntax typo in error message.
1 parent c49966b commit cca58d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_typeck/error_codes.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4960,7 +4960,7 @@ trait Foo {
49604960
Erroneous example with a trait method declaration:
49614961
49624962
```compile_fail,E0738
4963-
#[!feature(track_caller)]
4963+
#![feature(track_caller)]
49644964
49654965
trait Foo {
49664966
fn bar(&self) {}

0 commit comments

Comments
 (0)