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
51b51b51d7931da85280382a81c4dd80c73ca754
rust
/
tests
/
ui
/
issues
/
issue-5950.rs
9 lines
84 B
Rust
Raw
Normal View
History
Unescape
Escape
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
2024-02-16 20:02:50 +00:00
//@ check-pass
Adding tests for closed issues Closes #5806 Closes #5950 Closes #7178 Closes #8259 Closes #8578 Closes #8851 Closes #9129 Closes #10412
2013-12-16 17:04:02 -08:00
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
libsyntax: Accept `use foo as bar;` in lieu of `use bar as foo;` The old syntax will be removed after a snapshot. RFC #47. Issue #16461.
2014-08-12 19:25:05 -07:00
pub
use
local
as
local_alias
;
Adding tests for closed issues Closes #5806 Closes #5950 Closes #7178 Closes #8259 Closes #8578 Closes #8851 Closes #9129 Closes #10412
2013-12-16 17:04:02 -08:00
Fallout in testing.
2015-03-16 09:00:41 +13:00
pub
mod
local
{
}
Adding tests for closed issues Closes #5806 Closes #5950 Closes #7178 Closes #8259 Closes #8578 Closes #8851 Closes #9129 Closes #10412
2013-12-16 17:04:02 -08:00
test: Make all the run-pass tests use `pub fn main`
2014-01-03 15:30:54 -08:00
pub
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink