We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3fda87 commit f5df571Copy full SHA for f5df571
tests/rustdoc-json/fns/return_type_alias.rs
@@ -1,6 +1,6 @@
1
// Regression test for <https://github.com/rust-lang/rust/issues/104851>
2
3
-///@ set foo = "$.index[?(@.name=='Foo')].id"
+//@ set foo = "$.index[?(@.name=='Foo')].id"
4
pub type Foo = i32;
5
6
//@ is "$.index[?(@.name=='demo')].inner.function.sig.output.resolved_path.id" $foo
0 commit comments