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