diff options
| author | lcnr <rust@lcnr.de> | 2022-03-18 11:44:55 +0100 |
|---|---|---|
| committer | lcnr <rust@lcnr.de> | 2022-03-30 11:23:58 +0200 |
| commit | 36a3ebde96b49832fe9b0f683d13348abc1cc503 (patch) | |
| tree | d2f4cbd1088fd9ba85ee421aaae85cec8096d463 /src/test/ui/error-codes | |
| parent | 0d0d9cd718b22e4db049bb5df14c9f29869ed5be (diff) | |
| download | rust-36a3ebde96b49832fe9b0f683d13348abc1cc503.tar.gz rust-36a3ebde96b49832fe9b0f683d13348abc1cc503.zip | |
fix behavior for empty impls
Diffstat (limited to 'src/test/ui/error-codes')
| -rw-r--r-- | src/test/ui/error-codes/E0390.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/error-codes/E0390.stderr b/src/test/ui/error-codes/E0390.stderr index 4a3f4660070..e635d4ec196 100644 --- a/src/test/ui/error-codes/E0390.stderr +++ b/src/test/ui/error-codes/E0390.stderr @@ -4,7 +4,7 @@ error[E0390]: cannot define inherent `impl` for primitive types LL | impl *mut Foo {} | ^^^^^^^^ | - = help: consider using a trait instead + = help: consider using an extension trait instead error: aborting due to previous error |
