Connor Horman
Connor Horman
### Problem This is specifically focused on the new test support in mdbook-spec, but in general, `mdbook serve` does not check for files outside of the watch tree (`src/` dir...
This documents the values for most types (where it has been decided), as well as the representation of these values in memory. It also defines what a byte is in...
This indicates that any movable place expression of type `&mut T` can be dereferenced to yield a mutable place. Presently the rule only lists variables and fields of variables. However,...
This adds a syntax rule to each builtin attribute explaining the valid syntax forms for the attribute.
# Proposal ## Problem statement Currently, there is no safe, infallible way to obtain an particular element in a `Vec`: This is reasonable because there may not be any elements...