Logo
Explore Help
Register Sign In
rust-lang/rust
1
0
Fork 0
You've already forked rust
Code Issues Pull Requests Actions 2 Packages Projects Releases Wiki Activity
Files
51b51b51d7931da85280382a81c4dd80c73ca754
rust/tests/run-make/share-generics-dylib/linked_leaf.rs

17 lines
379 B
Rust
Raw Normal View History

Run rustfmt on `tests/run-make/`. With the exception of `tests/run-make/translation/test.rs`, which has a syntax error. The expected output in `rustdoc-error-lines/rmake.rs`'s required slight tweaking. The two `reproducible-build.rs` files need `// ignore-tidy-linelength` because rustfmt produces lines longer than 100 chars, which tidy doesn't like, yuk.
2024-05-29 15:01:33 +10:00
// Blank line after this one because it must come before `instance_user_{a,b}_rlib`.
Add regression test for shared-generics x dylibs (#67276).
2020-01-16 15:09:49 +01:00
extern crate instance_user_dylib;
Run rustfmt on `tests/run-make/`. With the exception of `tests/run-make/translation/test.rs`, which has a syntax error. The expected output in `rustdoc-error-lines/rmake.rs`'s required slight tweaking. The two `reproducible-build.rs` files need `// ignore-tidy-linelength` because rustfmt produces lines longer than 100 chars, which tidy doesn't like, yuk.
2024-05-29 15:01:33 +10:00
Add regression test for shared-generics x dylibs (#67276).
2020-01-16 15:09:49 +01:00
extern crate instance_user_a_rlib;
extern crate instance_user_b_rlib;
use std::cell::Cell;
fn main() {
instance_user_a_rlib::foo();
instance_user_b_rlib::foo();
instance_user_dylib::foo();
let a: Cell<i32> = Cell::new(1);
a.set(123);
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 1040ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API