We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 868d9c7 commit 19b9a0dCopy full SHA for 19b9a0d
src/rustdoc/astsrv.rs
@@ -100,14 +100,12 @@ fn should_prune_unconfigured_items() {
100
}
101
102
#[test]
103
-#[ignore]
104
fn srv_should_build_ast_map() {
105
- // FIXME
106
- /*let source = "fn a() { }";
+ let source = "fn a() { }";
107
let srv = mk_srv_from_str(source);
108
exec(srv) {|ctxt|
109
assert ctxt.ast_map.size() != 0u
110
- };*/
+ };
111
112
113
0 commit comments