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
2025-05-01 12:37:37 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7b8644e5cf
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-22 23:52:51 +00:00
mod
m
{
fn
check
(
)
{
std
::
panic!
(
)
;
// OK
}
Add tests for a new feature 'tool_attributes'
2018-01-30 04:12:37 +00:00
}
resolve: Implement prelude search for macro paths resolve/expansion: Implement tool attributes
2018-07-22 23:52:51 +00:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink