Sign in
rust
/
rust
/
HEAD
/
.
/
tests
/
ui
/
feature-gates
/
remap-path-scope-documentation.rs
blob: 55610c0376285cce7e5516bc8c532b953a6ab0d8 [
file
]
// 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
()
{}