Rollup merge of #104090 - wanghaha-dev:master, r=Dylan-DPC
Modify comment syntax error Modify comment syntax error
This commit is contained in:
commit
81b8db2675
3 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue