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 76e3c21 commit a8a24b0Copy full SHA for a8a24b0
src/hyperlight_host/src/error.rs
@@ -14,6 +14,12 @@ See the License for the specific language governing permissions and
14
limitations under the License.
15
*/
16
17
+#[cfg(mshv2)]
18
+extern crate mshv_ioctls2 as mshv_ioctls;
19
+
20
+#[cfg(mshv3)]
21
+extern crate mshv_ioctls3 as mshv_ioctls;
22
23
use std::array::TryFromSliceError;
24
use std::cell::{BorrowError, BorrowMutError};
25
use std::convert::Infallible;
0 commit comments