Add a test
And fix bustage in make check
This commit is contained in:
parent
b976d9e666
commit
11dcb48c6a
8 changed files with 39 additions and 16 deletions
|
@ -131,7 +131,7 @@ impl<'a> Diagnostic<'a> {
|
|||
je: &JsonEmitter)
|
||||
-> Diagnostic<'a> {
|
||||
Diagnostic {
|
||||
msg: msg,
|
||||
message: msg,
|
||||
code: None,
|
||||
level: level.to_str(),
|
||||
span: Some(DiagnosticSpan::from_render_span(span, je)),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue