rust/src/test/ui/rfc-2632-const-trait-impl
Noah 1e27b65d8e
Recover on `const impl<> X for Y`
2020-12-12 14:45:54 -06:00
..
const-trait-bound-opt-out Bless tests 2020-09-22 10:05:58 -07: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
call-generic-method-chain.rs Add some more tests 2020-11-22 15:51:05 +01:00
call-generic-method-dup-bound.rs Add some more tests 2020-11-22 15:51:05 +01:00
call-generic-method-fail.rs const fn: allow use of trait impls from bounds 2020-11-22 04:19:46 +01:00
call-generic-method-fail.stderr const fn: allow use of trait impls from bounds 2020-11-22 04:19:46 +01:00
call-generic-method-nonconst-opt-out.rs const fn: allow use of trait impls from bounds 2020-11-22 04:19:46 +01:00
call-generic-method-nonconst.rs const fn: allow use of trait impls from bounds 2020-11-22 04:19:46 +01:00
call-generic-method-pass.rs const fn: allow use of trait impls from bounds 2020-11-22 04:19:46 +01: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 specialization_graph: avoid trimmed paths for OverlapError 2020-09-03 14:09:50 +03:00
const-check-fns-in-const-impl.rs Bless tests 2020-09-22 10:05:58 -07:00
const-check-fns-in-const-impl.stderr Bless tests 2020-09-22 10:05:58 -07:00
const-impl-norecover.rs Recover on `const impl<> X for Y` 2020-12-12 14:45:54 -06:00
const-impl-norecover.stderr Recover on `const impl<> X for Y` 2020-12-12 14:45:54 -06:00
const-impl-recovery.rs Recover on `const impl<> X for Y` 2020-12-12 14:45:54 -06:00
const-impl-recovery.stderr Recover on `const impl<> X for Y` 2020-12-12 14:45:54 -06:00
feature-gate.gated.stderr Use smaller def span for functions 2020-08-22 18:41:49 -04: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
hir-const-check.rs Update tests 2020-06-28 10:08:12 -07:00
hir-const-check.stderr Update tests 2020-06-28 10:08:12 -07:00
impl-opt-out-trait.rs
impl-opt-out-trait.stderr
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 Bless tests 2020-09-22 10:05:58 -07:00
stability.stderr Bless tests 2020-09-22 10:05:58 -07:00
syntax.rs