mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
Fix expansion of format_args
This commit is contained in:
parent
596e6db46c
commit
91f28e43a2
2 changed files with 13 additions and 7 deletions
|
@ -693,7 +693,6 @@ mod tests {
|
|||
);
|
||||
}
|
||||
|
||||
#[should_panic] // currently failing because of expr mapping problems
|
||||
#[test]
|
||||
fn goto_through_format() {
|
||||
check_goto(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue