feat: add module constants

This commit is contained in:
rvcas
2022-12-01 15:15:06 -05:00
committed by Lucas
parent 34c8a58391
commit fedafed845
8 changed files with 298 additions and 54 deletions

View File

@@ -265,7 +265,7 @@ impl Diagnostic for Error {
#[derive(thiserror::Error)]
pub enum Warning {
#[error("type checking")]
#[error("Checking")]
Type {
path: PathBuf,
src: String,