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 a0a9ed0 commit 9638ddeCopy full SHA for 9638dde
crates/intrinsic-test/src/x86/config.rs
@@ -0,0 +1,9 @@
1
+pub fn build_notices(line_prefix: &str) -> String {
2
+ format!(
3
+ "\
4
+{line_prefix}This is a transient test file, not intended for distribution. Some aspects of the
5
+{line_prefix}test are derived from a JSON specification, published under the same license as the
6
+{line_prefix}`intrinsic-test` crate.\n
7
+"
8
+ )
9
+}
0 commit comments