We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d046777 commit 81f12ebCopy full SHA for 81f12eb
compiler/rustc_target/src/spec/mod.rs
@@ -1541,11 +1541,13 @@ impl Default for TargetOptions {
1541
impl Deref for Target {
1542
type Target = TargetOptions;
1543
1544
+ #[inline]
1545
fn deref(&self) -> &Self::Target {
1546
&self.options
1547
}
1548
1549
impl DerefMut for Target {
1550
1551
fn deref_mut(&mut self) -> &mut Self::Target {
1552
&mut self.options
1553
0 commit comments