Add missing quotation marks
Signed-off-by: cuishuang <imcusg@gmail.com>
This commit is contained in:
parent
26b5599e4d
commit
be10d56039
@ -5,7 +5,7 @@
|
||||
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