Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
rust-2018
/
edition-lint-paths-2018.rs
blob: 2005d8f4d7941df4b556b20fdf0a327b5eed5afd [
file
] [
log
] [
blame
]
// build-pass (FIXME(62277): could be check-pass?)
// edition:2018
// compile-flags:--extern edition_lint_paths
// aux-build:edition-lint-paths.rs
#![
deny
(
absolute_paths_not_starting_with_crate
)]
edition_lint_paths
::
macro_2015
!();
// OK
fn
main
()
{}