]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #28753 - steveklabnik:gh28572, r=alexcrichton
authorSteve Klabnik <steve@steveklabnik.com>
Wed, 30 Sep 2015 22:20:03 +0000 (18:20 -0400)
committerSteve Klabnik <steve@steveklabnik.com>
Wed, 30 Sep 2015 22:20:03 +0000 (18:20 -0400)
commitb6449eba518d6714c05a96d2645655303556c737
treeadf622e506e05f8ada69b670f5a9a0fd482155ec
parent1c788d0a9a623221da12437b01a35ea899a03d9b
parent4632ad889686006c6c52f165c360fe6d4d381f98
Rollup merge of #28753 - steveklabnik:gh28572, r=alexcrichton

This is part of #28572, but doesn't complete it. Amongst other things,
this patch:

* Increases consistency in the way feature flags are used with other
  docs.
* Removes the ignores, which is nice: we actually had some syntax errors
  in the examples :sob:.
* Mentions #![no_core]

Realistically, this document used to be in the order of least to most:
nothing, then adding core. But with the changes in RFC 1184, this is
backwards: it now shows stuff that uses core from the beginning. In the
future, I'd like to revamp this to go from 'most to least', but I'd like
to see the discussion in https://github.com/rust-lang/rust/issues/27701
goes before I write more.