Sema: replace backticks with single quotes
Most error messages already use single quotes for everything so this makes the remaining ones consistent.
This commit is contained in:
@@ -10,4 +10,4 @@ fn foo() !void {
|
||||
// target=native
|
||||
//
|
||||
// :2:12: error: error is discarded
|
||||
// :2:12: note: consider using `try`, `catch`, or `if`
|
||||
// :2:12: note: consider using 'try', 'catch', or 'if'
|
||||
|
||||
Reference in New Issue
Block a user