diff --git a/chalk-solve/src/wf.rs b/chalk-solve/src/wf.rs index bb97eaadbd6..be09a9050fa 100644 --- a/chalk-solve/src/wf.rs +++ b/chalk-solve/src/wf.rs @@ -571,7 +571,7 @@ fn compute_assoc_ty_goal( /// Defines methods to compute well-formedness goals for well-known /// traits (e.g. a goal for all fields of struct in a Copy impl to be Copy) -struct WfWellKnownConstraints {} +struct WfWellKnownConstraints; impl WfWellKnownConstraints { /// Computes a goal to prove Sized constraints on a struct definition.