We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5113f5e commit 1f3199cCopy full SHA for 1f3199c
src/tools/rust-analyzer/crates/proc-macro-srv/src/tests/mod.rs
@@ -97,6 +97,7 @@ fn test_fn_like_macro_clone_raw_ident() {
97
}
98
99
#[test]
100
+#[cfg(not(bootstrap))]
101
fn test_fn_like_fn_like_span_join() {
102
assert_expand(
103
"fn_like_span_join",
@@ -111,6 +112,7 @@ fn test_fn_like_fn_like_span_join() {
111
112
113
114
115
116
fn test_fn_like_fn_like_span_ops() {
117
118
"fn_like_span_ops",
0 commit comments