This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0e9b465d72
rust
/
src
/
test
/
run-pass
/
crate-leading-sep.rs
7 lines
91 B
Rust
Raw
Normal View
History
Unescape
Escape
rustdoc: Replace no-pretty-expanded with pretty-expanded Now that features must be declared expanded source often does not compile. This adds 'pretty-expanded' to a bunch of test cases that still work.
2015-03-22 15:13:15 -05:00
// pretty-expanded FIXME #23616
Allow leading :: in use items
2014-12-10 00:53:12 -06:00
fn
main
(
)
{
use
::
std
::
mem
;
Update suffixes en masse in tests using `perl -p -i -e`
2015-02-18 04:42:01 -06:00
mem
::
drop
(
2_
usize
)
;
Allow leading :: in use items
2014-12-10 00:53:12 -06:00
}
Reference in New Issue
Copy Permalink