error[E0326]: implemented const `FROM` has an incompatible type for trait --> $DIR/associated-const-generic-obligations.rs:14:17 | LL | const FROM: Self::Out; | --------- type in trait ... LL | const FROM: &'static str = "foo"; | ^^^^^^^^^^^^ expected associated type, found reference | = note: expected type `::Out` found type `&'static str` = note: consider constraining the associated type `::Out` to `&'static str` or calling a method that returns `::Out` = note: for more information, visit https://doc.rust-lang.org/book/ch19-03-advanced-traits.html error: aborting due to previous error For more information about this error, try `rustc --explain E0326`.