mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-25 21:34:18 +00:00
Format and update test
This commit is contained in:
parent
d7e1f0006a
commit
6e901c8f37
@ -100,8 +100,7 @@ pub enum ErrorKind {
|
||||
#[fail(
|
||||
display = "line formatted, but exceeded maximum width \
|
||||
(maximum: {} (see `max_width` option), found: {})",
|
||||
_0,
|
||||
_1
|
||||
_0, _1
|
||||
)]
|
||||
LineOverflow(usize, usize),
|
||||
/// Line ends in whitespace.
|
||||
|
@ -256,9 +256,7 @@ pub enum QlError {
|
||||
// (kind, input, expected)
|
||||
#[fail(
|
||||
display = "Could not find {}: Found: {}, expected: {:?}",
|
||||
0,
|
||||
1,
|
||||
2
|
||||
0, 1, 2
|
||||
)]
|
||||
ResolveError(&'static str, String, Option<String>),
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user