Sign in
rust
/
rust
/
refs/heads/auto
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
issue_6158.rs
blob: 82bb7d9fa054a7ca4c8ced2785ef7a12fedb3d50 [
file
] [
log
] [
blame
] [
edit
]
fn
main
()
{
const
{
#![
allow
(
clippy
::
assertions_on_constants
)]
assert
!(
1
<
2
);
}
}