summary refs log tree commit diff
path: root/src/test/ui/ufcs/ufcs-qpath-missing-params.stderr
blob: 1145f1e6409b659ae451b7cd1eb9293dc1b8e0a1 (plain)
1
2
3
4
5
6
7
8
9
error[E0107]: wrong number of type arguments: expected 1, found 0
  --> $DIR/ufcs-qpath-missing-params.rs:14:5
   |
LL |     <String as IntoCow>::into_cow("foo".to_string());
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 type argument

error: aborting due to previous error

For more information about this error, try `rustc --explain E0107`.