]> git.lizzy.rs Git - rust.git/commitdiff
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)
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.

1  2 
compiler/rustc_codegen_llvm/src/attributes.rs
compiler/rustc_metadata/src/rmeta/encoder.rs
compiler/rustc_session/src/options.rs

Simple merge