diff options
| author | Dylan DPC <99973273+Dylan-DPC@users.noreply.github.com> | 2022-11-07 18:35:26 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-07 18:35:26 +0530 |
| commit | 81b8db2675330c5d7c0af2db2b90311bd1aec976 (patch) | |
| tree | 4ce8bf55322bb25a4e774b14b8a359c764891dd2 /src | |
| parent | 498efa62736b7143a3c5e2104e23e317c75f54cf (diff) | |
| parent | 009f80b987214aaae42c94d2fc8a33aaf689ab69 (diff) | |
| download | rust-81b8db2675330c5d7c0af2db2b90311bd1aec976.tar.gz rust-81b8db2675330c5d7c0af2db2b90311bd1aec976.zip | |
Rollup merge of #104090 - wanghaha-dev:master, r=Dylan-DPC
Modify comment syntax error 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 |
