]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #105955 - Nilstrieb:no-trivial-opt-wrappers-we-have-field-accesses...
authorMatthias Krüger <matthias.krueger@famsik.de>
Sun, 25 Dec 2022 21:15:00 +0000 (22:15 +0100)
committerGitHub <noreply@github.com>
Sun, 25 Dec 2022 21:15:00 +0000 (22:15 +0100)
commit6689d2df08af58fb876126ad47bb279f3b789dfc
treed5ad650fb98b52ea2ec6c2e4a3c12ccee8181a77
parent44065e4184de61d9d3b46ae53bcdbc5e8674ed6f
parentfb79e44df6310ab449cee6ef82d7672b7e43d4e8
Rollup merge of #105955 - Nilstrieb:no-trivial-opt-wrappers-we-have-field-accesses-for-that, r=cjgillot

Remove wrapper functions for some unstable options

They are trivial and just forward to the option. Like most other options, we can just access it directly.
compiler/rustc_codegen_llvm/src/attributes.rs
compiler/rustc_metadata/src/rmeta/encoder.rs
compiler/rustc_session/src/options.rs