rust/src/test/ui/rfc-2632-const-trait-impl
2020-03-05 15:39:35 -08:00
..
const-trait-bound-opt-out --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
assoc-type.rs Add ignored test for associated types in const impl 2020-02-18 21:03:29 -08:00
call-const-trait-method-fail.rs Split const trait method test and impl ops::Add 2020-02-18 21:03:28 -08:00
call-const-trait-method-fail.stderr Split const trait method test and impl ops::Add 2020-02-18 21:03:28 -08:00
call-const-trait-method-pass.rs Split const trait method test and impl ops::Add 2020-02-18 21:03:28 -08:00
const-and-non-const-impl.rs Ensure const impl cannot coexist with non-const impl 2020-02-18 21:03:29 -08:00
const-and-non-const-impl.stderr Ensure const impl cannot coexist with non-const impl 2020-02-18 21:03:29 -08:00
const-check-fns-in-const-impl.rs Update tests 2020-02-19 09:39:29 -08:00
const-check-fns-in-const-impl.stderr Update tests 2020-02-19 09:39:29 -08:00
feature-gate.gated.stderr Add tests for calling trait methods on concrete types 2020-02-18 21:03:28 -08:00
feature-gate.rs Add tests for calling trait methods on concrete types 2020-02-18 21:03:28 -08:00
feature-gate.stock.stderr Add tests for calling trait methods on concrete types 2020-02-18 21:03:28 -08:00
generic-bound.rs Add passing test for Add on generic struct 2020-02-18 21:03:29 -08:00
impl-opt-out-trait.rs Add tests for RFC 2632 2020-01-09 16:47:05 -08:00
impl-opt-out-trait.stderr Add tests for RFC 2632 2020-01-09 16:47:05 -08:00
inherent-impl.rs Add tests for calling trait methods on concrete types 2020-02-18 21:03:28 -08:00
inherent-impl.stderr review comments 2020-03-05 15:39:35 -08:00
stability.rs Update tests 2020-02-19 09:39:29 -08:00
stability.stderr Update tests 2020-02-19 09:39:29 -08:00
syntax.rs Add tests for RFC 2632 2020-01-09 16:47:05 -08:00