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
647f1536d2f50b203ca9a67396225c4f7771e1c8
rust
/
tests
/
ui
/
codemap_tests
/
two_files_data.rs
6 lines
84 B
Rust
Raw
Normal View
History
Unescape
Escape
tests: use `//@ ignore-auxiliary` with backlinked primary test file
2025-04-17 17:22:56 +08:00
//@ ignore-auxiliary (used by `./two_files.rs`)
RUST_NEW_ERROR_FORMAT is no more
2016-08-16 16:52:30 +09:00
Add fix for tabs. Move error unit tests->ui tests
2016-07-13 17:53:42 -04:00
trait
Foo
{
}
Update ui test suite to use dyn
2019-05-28 14:46:13 -04:00
type
Bar
=
dyn
Foo
;
Reference in New Issue
Copy Permalink