2021-07-19 04:52:05 -05:00
|
|
|
error: constructor `should_spawn` has the same name as the type
|
2021-07-29 05:16:06 -05:00
|
|
|
--> $DIR/self_named_constructors.rs:7:5
|
2021-07-19 04:52:05 -05:00
|
|
|
|
|
|
|
|
LL | / pub fn should_spawn() -> ShouldSpawn {
|
|
|
|
LL | | ShouldSpawn
|
|
|
|
LL | | }
|
|
|
|
| |_____^
|
|
|
|
|
|
2021-07-29 05:16:06 -05:00
|
|
|
= note: `-D clippy::self-named-constructors` implied by `-D warnings`
|
2021-07-19 04:52:05 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|