This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
58e901b6fd
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-06 00:00:00 +00:00
// check-pass
resolve: Implement prelude search for macro paths resolve/expansion: Implement tool attributes
2018-07-23 02:52:51 +03:00
mod
m
{
fn
check
(
)
{
std
::
panic!
(
)
;
// OK
}
Add tests for a new feature 'tool_attributes'
2018-01-30 13:12:37 +09:00
}
resolve: Implement prelude search for macro paths resolve/expansion: Implement tool attributes
2018-07-23 02:52:51 +03:00
fn
main
(
)
{
}
Copy permalink