We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 349f696 commit 693a6cdCopy full SHA for 693a6cd
tests/test_expr.rs
@@ -90,6 +90,7 @@ fn test_rustup() {
90
}
91
92
// Regression test for https://github.com/dtolnay/thiserror/issues/335
93
+#[cfg(feature = "std")]
94
#[test]
95
#[allow(non_snake_case)]
96
fn test_assoc_type_equality_constraint() {
tests/test_path.rs
@@ -1,3 +1,5 @@
1
+#![cfg(feature = "std")]
2
+
3
use core::fmt::Display;
4
use ref_cast::RefCast;
5
use std::path::{Path, PathBuf};
0 commit comments