You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aya/docs
Markus Stange 70dc862196
Fix rustup command in the docs. (#48)
rustup install nightly --component rust-src

gives:

```
error: Found argument '--component' which wasn't expected, or isn't valid in this context

USAGE:
    rustup install [FLAGS] [OPTIONS] <toolchain>...

For more information try --help
```

The correct command seems to be `rustup toolchain install nightly --component rust-src`.
3 years ago
..
src Fix rustup command in the docs. (#48) 3 years ago
.gitignore docs: Initial Commit of Aya Book (#42) 3 years ago
book.toml docs: Initial Commit of Aya Book (#42) 3 years ago