blob: 986641cea2a9c1bcc58231503c26a32f66c74913 (
plain)
1
2
3
4
5
6
7
|
error[E0118]: no nominal type found for inherent implementation
--> tests/ui/blanket-impl.rs:8:1
|
8 | impl<T> A for T {
| ^^^^^^^^^^^^^^^ impl requires a nominal type
|
= note: either implement a trait on it or create a newtype to wrap it instead
|