This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
b3827e4f3728b77bd3e60587487ebfc3cc8d901b
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-08 20:49:05 -07:00
fn
main
(
)
{
Sort scraped call locations before serializing
2021-11-04 13:57:09 -07:00
foobar
::
ok
(
1
)
;
Add test for ordering of examples, simplify with single scrape.mk file
2021-10-08 20:49:05 -07:00
// small item
}
Sort scraped call locations before serializing
2021-11-04 13:57:09 -07:00
fn
f
(
)
{
foobar
::
ok
(
2
)
;
}
Reference in New Issue
Copy Permalink