We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb939ed commit 37c85ecCopy full SHA for 37c85ec
src/test/codegen/no-plt.rs
@@ -4,7 +4,7 @@
4
5
// We need a function which is normally called through the PLT.
6
extern "C" {
7
- // CHECK: Function Attrs: nounwind nonlazybind
+ // CHECK: Function Attrs:{{.*}}nonlazybind
8
fn getenv(name: *const u8) -> *mut u8;
9
}
10
0 commit comments