We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bf9ddf commit 19e52b3Copy full SHA for 19e52b3
1 file changed
crates/lib/src/lib.rs
@@ -161,6 +161,7 @@ impl RawModuleDefV8 {
161
pub enum RawModuleDef {
162
V8BackCompat(RawModuleDefV8),
163
V9(db::raw_def::v9::RawModuleDefV9),
164
+ V10(db::raw_def::v10::RawModuleDefV10),
165
// TODO(jgilles): It would be nice to have a custom error message if this fails with an unknown variant,
166
// but I'm not sure if that can be done via the Deserialize trait.
167
}
0 commit comments