Skip to content

Commit 95b1a48

Browse files
committed
[WIP] test-cargo-miri changes
1 parent 17f9193 commit 95b1a48

File tree

7 files changed

+18
-10
lines changed

7 files changed

+18
-10
lines changed

test-cargo-miri/Cargo.lock

Lines changed: 0 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test-cargo-miri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition = "2024"
1010

1111
[dependencies]
1212
byteorder = "1.0"
13-
cdylib = { path = "cdylib" }
13+
#cdylib = { path = "cdylib" }
1414
exported_symbol = { path = "exported-symbol" }
1515
proc_macro_crate = { path = "proc-macro-crate" }
1616
issue_1567 = { path = "issue-1567" }

test-cargo-miri/run.args.stderr.ref

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
warning: dropping unsupported crate type `cdylib` for target `aarch64-unknown-linux-gnu`
2+
3+
warning: dropping unsupported crate type `staticlib` for target `aarch64-unknown-linux-gnu`
4+
15
main
26
hello world
37
"hello world"
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1+
warning: dropping unsupported crate type `staticlib` for target `aarch64-unknown-linux-gnu`
2+
3+
warning: dropping unsupported crate type `cdylib` for target `aarch64-unknown-linux-gnu`
4+
15
main
26
--target-dir=target/custom-run
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
warning: dropping unsupported crate type `cdylib` for target `aarch64-unknown-linux-gnu`
2+
3+
warning: dropping unsupported crate type `staticlib` for target `aarch64-unknown-linux-gnu`
4+
15
main
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
subcrate,issue_1567,exported_symbol_dep,test_local_crate_detection,cargo_miri_test,cdylib,exported_symbol,issue_1691,issue_1705,issue_rust_86261,proc_macro_crate
1+
subcrate,issue_1567,exported_symbol_dep,test_local_crate_detection,cargo_miri_test,exported_symbol,issue_1691,issue_1705,issue_rust_86261,proc_macro_crate

test-cargo-miri/test.empty.ref

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
warning: dropping unsupported crate type `staticlib` for target `aarch64-unknown-linux-gnu`
2+
3+
warning: dropping unsupported crate type `cdylib` for target `aarch64-unknown-linux-gnu`
4+

0 commit comments

Comments
 (0)