This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Issues
Pull requests
Activity
const-float-algebraic
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 19:05:04 -04: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 a new issue
Copy permalink