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
2
Packages
Projects
Releases
Wiki
Activity
Files
51b51b51d7931da85280382a81c4dd80c73ca754
rust
/
tests
/
ui
/
crate-leading-sep.rs
9 lines
104 B
Rust
Raw
Normal View
History
Unescape
Escape
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
2024-02-16 20:02:50 +00:00
//@ run-pass
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 13:13:15 -07:00
Rename `drop_copy` lint to `dropping_copy_types`
2023-05-19 11:14:55 +02:00
#![
allow(dropping_copy_types)
]
Adjust tests for new drop and forget lints
2023-03-29 22:18:20 +02:00
Allow leading :: in use items
2014-12-09 22:53:12 -08:00
fn
main
(
)
{
use
::
std
::
mem
;
Update suffixes en masse in tests using `perl -p -i -e`
2015-02-18 05:42:01 -05:00
mem
::
drop
(
2_
usize
)
;
Allow leading :: in use items
2014-12-09 22:53:12 -08:00
}
Reference in New Issue
Copy Permalink