2019-08-03 16:59:05 +02:00
|
|
|
error[E0423]: expected function, tuple struct or tuple variant, found struct `S`
|
|
|
|
|
--> $DIR/legacy-ctor-visibility.rs:9:13
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
2020-03-21 15:03:58 +01:00
|
|
|
LL | S(10);
|
2020-08-09 21:02:58 -07:00
|
|
|
| ^
|
2018-08-08 14:28:26 +02:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2018-08-08 14:28:26 +02:00
|
|
|
|
2019-08-03 16:59:05 +02:00
|
|
|
For more information about this error, try `rustc --explain E0423`.
|