diff options
| author | wanghaha-dev <mail65656@163.com> | 2022-11-07 14:33:33 +0800 |
|---|---|---|
| committer | wanghaha-dev <mail65656@163.com> | 2022-11-07 14:33:33 +0800 |
| commit | 009f80b987214aaae42c94d2fc8a33aaf689ab69 (patch) | |
| tree | 0d0a498148514c2ebce4c194681f4985889d3579 /src | |
| parent | 7eef946fc0e0eff40e588eab77b09b287accbec3 (diff) | |
| download | rust-009f80b987214aaae42c94d2fc8a33aaf689ab69.tar.gz rust-009f80b987214aaae42c94d2fc8a33aaf689ab69.zip | |
Modify comment syntax error
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/ui/conditional-compilation/cfg_accessible-not_sure.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/conditional-compilation/cfg_accessible-not_sure.rs b/src/test/ui/conditional-compilation/cfg_accessible-not_sure.rs index d68acd2451f..99a7949db17 100644 --- a/src/test/ui/conditional-compilation/cfg_accessible-not_sure.rs +++ b/src/test/ui/conditional-compilation/cfg_accessible-not_sure.rs @@ -46,7 +46,7 @@ const C: bool = true; trait Trait {} impl dyn Trait { fn existing() {} } -// FIXME: Should be a error for edition > 2015 +// FIXME: Should be an error for edition > 2015 #[cfg_accessible(Trait::existing)] //~ ERROR not sure const A: bool = true; #[cfg_accessible(Trait::unresolved)] //~ ERROR not sure |
