]> git.lizzy.rs Git - rust.git/commit
Allow getting `no_std` from the config file
authorJohn Ericson <John.Ericson@Obsidian.Systems>
Sat, 22 Feb 2020 19:38:38 +0000 (14:38 -0500)
committerJohn Ericson <John.Ericson@Obsidian.Systems>
Sat, 22 Feb 2020 20:23:15 +0000 (15:23 -0500)
commit03ca0e270613592f35ce654e2ef1e68cdfb154e3
treeca62cb5fd03b6eb684221d6ec6866cf9beca657b
parent3eeefc21f1a3ed9755c072c83808ed5c087b8c9a
Allow getting `no_std` from the config file

Currently, it is only set correctly in the sanity checking implicit
default fallback code. Having a config file at all will for force
`no_std = false`.
src/bootstrap/config.rs
src/bootstrap/sanity.rs