1 2 3 4 5
error: Object must have a constructor (a public method returning `Self` or `Result<Self, _>`) --> tests/fail/error_obj_no_ctor.rs:6:10 | 6 | impl ObjNoConstructor { | ^^^^^^^^^^^^^^^^