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-05-05 14:37:37 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c5819b2b9b
rust
/
tests
/
run-make
/
rustdoc-scrape-examples-ordering
/
examples
/
ex2.rs
9 lines
82 B
Rust
Raw
Normal View
History
Unescape
Escape
Add test for ordering of examples, simplify with single scrape.mk file
2021-10-09 03:49:05 +00:00
fn
main
(
)
{
Sort scraped call locations before serializing
2021-11-04 20:57:09 +00:00
foobar
::
ok
(
1
)
;
Add test for ordering of examples, simplify with single scrape.mk file
2021-10-09 03:49:05 +00:00
// small item
}
Sort scraped call locations before serializing
2021-11-04 20:57:09 +00:00
fn
f
(
)
{
foobar
::
ok
(
2
)
;
}
Reference in New Issue
Copy Permalink