Skip to content

Commit f5df571

Browse files
committed
tests/rustdoc-json: directives should not use doc comments
1 parent b3fda87 commit f5df571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/rustdoc-json/fns/return_type_alias.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Regression test for <https://github.com/rust-lang/rust/issues/104851>
22

3-
///@ set foo = "$.index[?(@.name=='Foo')].id"
3+
//@ set foo = "$.index[?(@.name=='Foo')].id"
44
pub type Foo = i32;
55

66
//@ is "$.index[?(@.name=='demo')].inner.function.sig.output.resolved_path.id" $foo

0 commit comments

Comments
 (0)