Sign in
rust
/
rust-lang
/
rust
/
refs/heads/cargo_update
/
.
/
tests
/
ui
/
feature-gates
/
remap-path-scope-documentation.rs
blob: 55610c0376285cce7e5516bc8c532b953a6ab0d8 [
file
] [
log
] [
blame
] [
edit
]
// Test that documentation scope is unstable
//@ compile-flags: --remap-path-scope=documentation
//~? ERROR remapping `documentation` path scope requested but `-Zunstable-options` not specified
fn
main
()
{}