mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-23 17:15:14 +00:00
Tls support
This commit is contained in:
@@ -12,6 +12,10 @@ fn main() {
|
||||
let stderr = ::std::io::stderr();
|
||||
let mut stderr = stderr.lock();
|
||||
|
||||
std::thread::spawn(move || {
|
||||
println!("Hello from another thread!");
|
||||
});
|
||||
|
||||
writeln!(stderr, "some {} text", "<unknown>").unwrap();
|
||||
|
||||
let _ = std::process::Command::new("true").env("c", "d").spawn();
|
||||
|
||||
Reference in New Issue
Block a user