]> git.lizzy.rs Git - rust.git/commit
Introduce ReprOptions, a struct for holding info from the repr attributes. This...
authorAustin Hicks <camlorn@camlorn.net>
Mon, 6 Feb 2017 20:26:32 +0000 (15:26 -0500)
committerAustin Hicks <camlorn@camlorn.net>
Tue, 7 Feb 2017 02:13:50 +0000 (21:13 -0500)
commit541aa8a27039b196df626193886f39373dd09b0b
tree5a757e7f14830df3154eb8b105d4d1b3eb98bdcc
parent324b175174c19b8be4592df11e65e0c4b6fee9d3
Introduce ReprOptions, a struct for holding info from the repr attributes.  This effectively deprecates lookup_repr_hints.
src/librustc/ty/context.rs
src/librustc/ty/mod.rs
src/librustc_metadata/decoder.rs
src/librustc_metadata/encoder.rs
src/librustc_metadata/schema.rs
src/librustc_typeck/collect.rs