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 0c47579 commit 0f63894Copy full SHA for 0f63894
crates/stdarch-gen-loongarch/src/main.rs
@@ -74,7 +74,7 @@ impl TargetFeature {
74
}
75
76
/// Generate a target_feature attribute
77
- fn to_target_feature_attr(&self, ins: &str) -> Lines {
+ fn to_target_feature_attr(self, ins: &str) -> Lines {
78
Lines::single(Self::attr(
79
"target_feature",
80
self.as_target_feature_arg(ins),
0 commit comments