Add error message for private fn

Bless tests

Update with changes from comments
This commit is contained in:
kadmin 2020-11-22 09:37:37 +00:00
parent d1aed50ab8
commit 6a03f0350d
6 changed files with 111 additions and 8 deletions

View file

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