This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
a439eb259d
rust
/
tests
/
ui
/
macros
/
macro-path-prelude-pass.rs
10 lines
92 B
Rust
Raw
Normal View
History
Unescape
Escape
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
2024-02-16 20:02:50 +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