make ConstEvaluatable more strict

This commit is contained in:
Bastian Kauschke
2020-08-06 10:00:08 +02:00
parent 7bc0bf7254
commit c81935e6df
11 changed files with 133 additions and 26 deletions

View File

@@ -7,6 +7,7 @@ pub mod auto_trait;
mod chalk_fulfill;
pub mod codegen;
mod coherence;
mod const_evaluatable;
mod engine;
pub mod error_reporting;
mod fulfill;