This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a6fda3ee7f
rust
/
tests
/
ui
/
macros
/
macro-path-prelude-pass.rs
10 lines
91 B
Rust
Raw
Normal View
History
Unescape
Escape
Make error and warning annotations mandatory in UI tests This change makes error and warning annotations mandatory in UI tests. The only exception are tests that use error patterns to match compiler output and don't have any annotations.
2019-11-05 18:00:00 -06:00
// check-pass
resolve: Implement prelude search for macro paths resolve/expansion: Implement tool attributes
2018-07-22 18:52:51 -05:00
mod
m
{
fn
check
(
)
{
std
::
panic!
(
)
;
// OK
}
Add tests for a new feature 'tool_attributes'
2018-01-29 22:12:37 -06:00
}
resolve: Implement prelude search for macro paths resolve/expansion: Implement tool attributes
2018-07-22 18:52:51 -05:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink