This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
4aba2c55e6
rust
/
tests
/
ui
/
issues
/
issue-4387.rs
7 lines
90 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
//@ pretty-expanded FIXME #23616
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
testsuite: more `pub fn main`
2013-03-27 09:58:28 -07:00
pub
fn
main
(
)
{
Remove all `i` suffixes
2015-01-25 22:05:03 +01:00
let
_foo
=
[
0
;
2
*
4
]
;
testsuite: Add various test cases Some are xfailed, some not, some existing ones get un-xfailed.
2013-03-21 15:00:29 -07:00
}
Copy permalink