// Regression test for https://github.com/rust-lang/rust/issues/129205 fn x() { T::try_from(); //~ ERROR E0599 } fn main() {}