mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 10:50:28 +03:00
rename
This commit is contained in:
@@ -48,7 +48,7 @@ macro_rules! m {
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn tries_all_branches_matching_first_token_literally() {
|
||||
fn match_by_first_token_literally() {
|
||||
check(
|
||||
r#"
|
||||
macro_rules! m {
|
||||
@@ -74,7 +74,7 @@ fn bar() {}
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn tries_all_branches_matching_last_token_literally() {
|
||||
fn match_by_last_token_literally() {
|
||||
check(
|
||||
r#"
|
||||
macro_rules! m {
|
||||
@@ -100,7 +100,7 @@ fn bar() {}
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn tries_all_branches_matching_ident() {
|
||||
fn match_by_ident() {
|
||||
check(
|
||||
r#"
|
||||
macro_rules! m {
|
||||
|
||||
Reference in New Issue
Block a user