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-05 22:48:02 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
40d1cb406d
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-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