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 2988b2c commit 3ffd47dCopy full SHA for 3ffd47d
tests/ui/codegen/duplicated-path-in-error.rs
@@ -6,6 +6,9 @@
6
7
// This test ensures that the error of the "not found dylib" doesn't duplicate
8
// the path of the dylib.
9
+//
10
+// glibc and musl have different dlopen error messages, so the expected error
11
+// message differs between the two.
12
13
fn main() {}
14
0 commit comments