1
Fork 0

Add a test

And fix bustage in make check
This commit is contained in:
Nick Cameron 2016-01-05 14:35:22 +13:00
parent b976d9e666
commit 11dcb48c6a
8 changed files with 39 additions and 16 deletions

View file

@ -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)),