This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2024-11-27 17:24:06 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4290943fb3
rust
/
tests
/
ui
/
issues
/
issue-4759-1.rs
5 lines
97 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
Add a bunch of tests for closed issues Closes #3907 Closes #5493 Closes #4464 Closes #4759 Closes #5666 Closes #5884 Closes #5926 Closes #6318 Closes #6557 Closes #6898 Closes #6919 Closes #7222
2013-08-13 03:18:47 +00:00
trait
U
{
fn
f
(
self
)
;
}
test: Fix depcrecated alias for int
2015-03-08 23:25:01 +00:00
impl
U
for
isize
{
fn
f
(
self
)
{
}
}
Add a bunch of tests for closed issues Closes #3907 Closes #5493 Closes #4464 Closes #4759 Closes #5666 Closes #5884 Closes #5926 Closes #6318 Closes #6557 Closes #6898 Closes #6919 Closes #7222
2013-08-13 03:18:47 +00:00
pub
fn
main
(
)
{
4.
f
(
)
;
}
Reference in New Issue
Copy Permalink