wip -- lsp mappings to various types
This commit is contained in:
@@ -82,8 +82,8 @@ fn incorrect_args_count() -> anyhow::Result<()> {
|
||||
};
|
||||
|
||||
assert!(matches!(
|
||||
compiled,
|
||||
Err(super::super::Error::AgrumentMismatch(_, _))
|
||||
compiled[0],
|
||||
super::super::Error::AgrumentMismatch(_, _)
|
||||
));
|
||||
|
||||
Ok(())
|
||||
|
||||
@@ -15,7 +15,7 @@ macro_rules! compile {
|
||||
&mut writer,
|
||||
None,
|
||||
);
|
||||
compiler.compile()?;
|
||||
compiler.compile();
|
||||
output!(writer)
|
||||
}};
|
||||
|
||||
@@ -36,7 +36,7 @@ macro_rules! compile {
|
||||
&mut writer,
|
||||
Some(crate::CompilerConfig { debug: true }),
|
||||
);
|
||||
compiler.compile()?;
|
||||
compiler.compile();
|
||||
output!(writer)
|
||||
}};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user