Skip to content

Commit da8d4fd

Browse files
committed
Test fixes from rollup
Closes #13394 (sync: remove unsafe and add Send+Share to Deref (enabled by autoderef vtables)) Closes #13389 (Made libflate functions return Options instead of outright failing) Closes #13388 (doc: Document flavorful variations of paths) Closes #13387 (Register new snapshots) Closes #13386 (std: Add more docs for ptr mod) Closes #13384 (Tweak crate loading to load less metadata) Closes #13382 (fix ~ZeroSizeType rvalues) Closes #13378 (Update tidy script, replace XXX with FIXME) Closes #13377 (std: User a smaller stdin buffer on windows) Closes #13369 (Fix spelling errors in comments.) Closes #13314 (Made 'make install' include libs for additional targets) Closes #13278 (std: make vec!() macro handle a trailing comma) Closes #13276 (Add test for #11881)
1 parent cdf349d commit da8d4fd

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/libsyntax/ext/expand.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,14 +1019,6 @@ mod test {
10191019
fn load_crate(&mut self, _: &ast::ViewItem) -> MacroCrate {
10201020
fail!("lolwut")
10211021
}
1022-
1023-
fn get_exported_macros(&mut self, _: ast::CrateNum) -> Vec<~str> {
1024-
fail!("lolwut")
1025-
}
1026-
1027-
fn get_registrar_symbol(&mut self, _: ast::CrateNum) -> Option<~str> {
1028-
fail!("lolwut")
1029-
}
10301022
}
10311023

10321024
// these following tests are quite fragile, in that they don't test what

0 commit comments

Comments
 (0)