14 lines
344 B
Plaintext
14 lines
344 B
Plaintext
|
error[E0618]: expected function, found `S`
|
||
|
--> $DIR/80853.rs:4:5
|
||
|
|
|
||
|
LL | fn repro_ref(thing: S) {
|
||
|
| ----- `thing` has type `S`
|
||
|
LL | thing();
|
||
|
| ^^^^^--
|
||
|
| |
|
||
|
| call expression requires function
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|
||
|
For more information about this error, try `rustc --explain E0618`.
|