You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
8 months ago back in version 1.10.0 this test was called Items_and_attributes_14 and it hung rather than failed, here is a stacktrace.
We can ignore it with this patch:
--- rustc.git.orig/src/doc/reference.md
+++ rustc.git/src/doc/reference.md
@@ -1133,7 +1133,7 @@ bodies defined in Rust code _can be call
in the same way as any other Rust function, except that they have the `extern`
modifier.
-```
+```{.ignore}
// Declares an extern fn, the ABI defaults to "C"
extern fn new_i32() -> i32 { 0 }