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
rust
/
tests
/
ui
/
lint
/
unused_braces_macro.rs
7 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
//@ build-pass
Account for macros in const generics
2022-12-09 15:21:12 -08:00
pub
fn
foo
<
const
BAR
:
bool
>
(
)
{
}
fn
main
(
)
{
Unify all the always-false cfgs under the `FALSE` cfg
2024-04-07 00:43:00 +02:00
foo
::
<
{
cfg!
(
FALSE
)
}
>
(
)
;
Account for macros in const generics
2022-12-09 15:21:12 -08:00
}
Reference in New Issue
Copy Permalink