| Age | Commit message (Collapse) | Author | Lines |
|
|
|
Improved documentation for tests/ directory
This ambigouity problem was already discussed in the [forums](https://users.rust-lang.org/t/problem-using-external-modules-inside-integration-test-submodule/5312/6).
|
|
|
|
|
|
Fix issue #33789
|
|
|
|
The information that documentation tests cannot be run in binary crates is already given at the beginning of the section.
|
|
Rustdoc will automatically wrap things in main, but this doesn't work
here.
Fixes #31249
|
|
Doing so is considered weaker writing. Thanks @Charlotteis!
Fixes #28810
|
|
|
|
The book was located under 'src/doc/trpl' because originally, it was
going to be hosted under that URL. Late in the game, before 1.0, we
decided that /book was a better one, so we changed the output, but
not the input. This causes confusion for no good reason. So we'll change
the source directory to look like the output directory, like for every
other thing in src/doc.
|