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.
stdarch-verify
1 parent 52091b5 commit 7b80a1fCopy full SHA for 7b80a1f
crates/stdarch-verify/tests/x86-intel.rs
@@ -164,7 +164,7 @@ fn verify_all_signatures() {
164
// Open up the network console and you'll see an xml file was downloaded
165
// (currently called data-3.6.9.xml). That's the file we downloaded
166
// here.
167
- let xml = include_bytes!("../x86-intel.xml");
+ let xml = include_bytes!("../../../intrinsics_data/x86-intel.xml");
168
169
let xml = &xml[..];
170
let data: Data = quick_xml::de::from_reader(xml).expect("failed to deserialize xml");
0 commit comments