Files
rust/compiler/rustc_passes/src
bors 701496384f Auto merge of #86571 - fee1-dead:const-trait-impl-fix, r=jackh726
deny using default function in impl const Trait

Fixes #79450.

I don't know if my implementation is correct:

 - The check is in `rustc_passes::check_const`, should I put it somewhere else instead?
 - Is my approach (to checking the impl) optimal? It works for the current tests, but it might have some issues or there might be a better way of doing this.
2021-07-03 07:24:24 +00:00
..
2021-03-26 09:32:31 -07:00
2021-05-12 13:58:45 +02:00
2020-08-30 18:45:07 +03:00