mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-03 01:16:14 +03:00
Fix lookup in tests
This commit is contained in:
@@ -130,6 +130,7 @@ fn foo() {
|
||||
delete: 90..90,
|
||||
insert: "m!($0)",
|
||||
kind: Macro,
|
||||
lookup: "m!",
|
||||
detail: "macro_rules! m",
|
||||
},
|
||||
]
|
||||
|
||||
@@ -1189,6 +1189,7 @@ fn main() {
|
||||
delete: 82..82,
|
||||
insert: "foo!($0)",
|
||||
kind: Macro,
|
||||
lookup: "foo!",
|
||||
detail: "#[macro_export]\nmacro_rules! foo",
|
||||
},
|
||||
CompletionItem {
|
||||
|
||||
@@ -785,6 +785,7 @@ fn main() {
|
||||
delete: 256..256,
|
||||
insert: "bar!($0)",
|
||||
kind: Macro,
|
||||
lookup: "bar!",
|
||||
detail: "macro_rules! bar",
|
||||
},
|
||||
CompletionItem {
|
||||
@@ -793,6 +794,7 @@ fn main() {
|
||||
delete: 256..256,
|
||||
insert: "baz!($0)",
|
||||
kind: Macro,
|
||||
lookup: "baz!",
|
||||
detail: "#[macro_export]\nmacro_rules! baz",
|
||||
},
|
||||
CompletionItem {
|
||||
@@ -801,6 +803,7 @@ fn main() {
|
||||
delete: 256..256,
|
||||
insert: "foo!($0)",
|
||||
kind: Macro,
|
||||
lookup: "foo!",
|
||||
detail: "macro_rules! foo",
|
||||
},
|
||||
CompletionItem {
|
||||
@@ -854,6 +857,7 @@ fn foo() {
|
||||
delete: 50..50,
|
||||
insert: "foo!($0)",
|
||||
kind: Macro,
|
||||
lookup: "foo!",
|
||||
detail: "macro_rules! foo",
|
||||
},
|
||||
CompletionItem {
|
||||
@@ -893,6 +897,7 @@ fn main() {
|
||||
delete: 58..58,
|
||||
insert: "foo!($0)",
|
||||
kind: Macro,
|
||||
lookup: "foo!",
|
||||
detail: "macro_rules! foo",
|
||||
},
|
||||
CompletionItem {
|
||||
@@ -932,6 +937,7 @@ fn main() {
|
||||
delete: 51..51,
|
||||
insert: "foo!($0)",
|
||||
kind: Macro,
|
||||
lookup: "foo!",
|
||||
detail: "macro_rules! foo",
|
||||
},
|
||||
CompletionItem {
|
||||
@@ -1005,6 +1011,7 @@ fn quux(x: i32) {
|
||||
delete: 80..80,
|
||||
insert: "m!($0)",
|
||||
kind: Macro,
|
||||
lookup: "m!",
|
||||
detail: "macro_rules! m",
|
||||
},
|
||||
CompletionItem {
|
||||
@@ -1058,6 +1065,7 @@ fn quux(x: i32) {
|
||||
delete: 80..81,
|
||||
insert: "m!($0)",
|
||||
kind: Macro,
|
||||
lookup: "m!",
|
||||
detail: "macro_rules! m",
|
||||
},
|
||||
CompletionItem {
|
||||
@@ -1111,6 +1119,7 @@ fn quux(x: i32) {
|
||||
delete: 80..81,
|
||||
insert: "m!($0)",
|
||||
kind: Macro,
|
||||
lookup: "m!",
|
||||
detail: "macro_rules! m",
|
||||
},
|
||||
CompletionItem {
|
||||
|
||||
Reference in New Issue
Block a user