Dylan MacKenzie
|
e72e43c730
|
Replace (Body, DefId) with Body where possible
A `Body` now contains its `MirSource`, which in turn contains the
`DefId` of the item associated with the `Body`.
|
2020-10-04 16:07:03 -07:00 |
|
Dylan MacKenzie
|
0c26144b1a
|
Better span for attribute suggestions
`def_span` has the same issues as `body.span`, so do it this way instead.
|
2020-09-30 11:29:16 -07:00 |
|
Dylan MacKenzie
|
d60e204e0a
|
Use the same name everywhere for is_const_stable_const_fn
|
2020-09-22 10:05:58 -07:00 |
|
Dylan MacKenzie
|
a173c5c1b3
|
Add const-stability helpers
|
2020-09-22 10:05:58 -07:00 |
|
Dylan MacKenzie
|
c3607bd7dd
|
Use helper function for searching allow_internal_unstable
|
2020-09-16 14:17:51 -07:00 |
|
mark
|
9e5f7d5631
|
mv compiler to compiler/
|
2020-08-30 18:45:07 +03:00 |
|