This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-04-29 03:27:44 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
rust
/
tests
/
run-make
/
split-debuginfo
/
main.rs
9 lines
100 B
Rust
Raw
Permalink
Normal View
History
Unescape
Escape
cg: use thorin instead of llvm-dwp `thorin` is a Rust implementation of a DWARF packaging utility that supports reading DWARF objects from archive files (i.e. rlibs) and therefore is better suited for integration into rustc. Signed-off-by: David Wood <david.wood@huawei.com>
2021-12-03 14:24:05 +00:00
extern
crate
bar
;
Reformat using the new identifier sorting from rustfmt
2024-09-22 23:05:04 +00:00
use
bar
::
{
Bar
,
make_bar
}
;
cg: use thorin instead of llvm-dwp `thorin` is a Rust implementation of a DWARF packaging utility that supports reading DWARF objects from archive files (i.e. rlibs) and therefore is better suited for integration into rustc. Signed-off-by: David Wood <david.wood@huawei.com>
2021-12-03 14:24:05 +00:00
fn
main
(
)
{
let
b
=
make_bar
(
3
)
;
b
.
print
(
)
;
}
Reference in New Issue
Copy Permalink