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.
is_noop
1 parent e59b024 commit 513d72dCopy full SHA for 513d72d
src/intrinsics/mod.rs
@@ -90,7 +90,7 @@ macro call_intrinsic_match {
90
match $intrinsic {
91
$(
92
sym::$name => {
93
- assert!($substs.is_noop());
+ assert!($substs.is_empty());
94
if let [$(ref $arg),*] = *$args {
95
let ($($arg,)*) = (
96
$(codegen_operand($fx, $arg),)*
0 commit comments