mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Rollup merge of #130054 - cuishuang:master, r=chenyukang
Add missing quotation marks
This commit is contained in:
commit
b09b7da010
@ -5,7 +5,7 @@ use std::marker::PhantomData;
|
||||
trait SadBee {
|
||||
const ASSOC: usize;
|
||||
}
|
||||
// fn(&'static ())` is a supertype of `for<'a> fn(&'a ())` while
|
||||
// `fn(&'static ())` is a supertype of `for<'a> fn(&'a ())` while
|
||||
// we allow two different impls for these types, leading
|
||||
// to different const eval results.
|
||||
impl SadBee for for<'a> fn(&'a ()) {
|
||||
|
Loading…
Reference in New Issue
Block a user