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