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 0c286d2 commit 6503c6fCopy full SHA for 6503c6f
naga/src/back/mod.rs
@@ -46,6 +46,10 @@ pub type NeedBakeExpressions = crate::FastHashSet<crate::Handle<crate::Expressio
46
///
47
/// [`Expression`]: crate::Expression
48
/// [`Handle`]: crate::Handle
49
+#[cfg_attr(
50
+ not(wgsl_out),
51
+ expect(dead_code, reason = "unused in other features at this time")
52
+)]
53
struct Baked(crate::Handle<crate::Expression>);
54
55
impl core::fmt::Display for Baked {
0 commit comments