We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d906013 commit e52df7dCopy full SHA for e52df7d
tests/tests.rs
@@ -30,7 +30,7 @@ macro_rules! test {
30
// Always keep a newline between two test macro invocations.
31
#[rustfmt::skip]
32
#[test]
33
-fn test_ast_gen() -> Result<(), Box<dyn std::error::Error>> {
+fn test_ast_gen() -> Result<(), Box<dyn std::error::Error>> {
34
// TODO: error, but how to reflect this in
35
// macro? We can do Result<&str, QccError>.
36
// The commented out tests are those which fail compilation (either at
0 commit comments