Eric Huss
Eric Huss
Thanks for the report! I'm uncertain, but it seems to me like this is documented in the [glob imports](https://doc.rust-lang.org/nightly/reference/items/use-declarations.html#glob-imports) section. It says that named imports will shadow conflicting names from...
I believe it is saying you should not normally use `catch_unwind`. Or to put it another way, don't use panics for normal control flow.
Thanks @Enselic, and thanks all for the discussion.
I think it would probably use useful to have a canonical link. Would probably need to add a `site-url` to the config to specify the canonical URL. Would then need...
Hm, yea, it looks like this changed as a result of #2259 which changed it so that `rustdoc`'s current directory is inside the temp folder in order to generate better...
I think both of those examples are associated with their respective sections ("Trait implementations" and "Inherent implementations"), not the rule that immediately precedes that. They kinda show a culmination of...
I have not done significant testing. I mainly verified that a local copy of comprehensive-rust and [rust-by-example](https://github.com/rust-lang/rust-by-example/) worked with the mdbook-gettext preprocessor. The different languages seemed to appear as I...
Yes, I believe they are now called "call traits". Looks like that changed in https://github.com/rust-lang/reference/pull/249. Presumably because those traits can be implemented for things other than closures? Maybe it should...
@notriddle This seems to have broken a few things with folded sidebar entries. The folding doesn't work (clicking on the chapter heading doesn't expand it, and causes some rendering flashes)....
No, you need to check out those repositories and use the latest mdbook in them. Or, just enable the fold option in any book.