rust/src/librustc_builtin_macros
Nicholas Nethercote 9f0080801d Remove ExtCtxt::ident_of.
It's equivalent to `Ident::from_str_and_span`. The commit also
introduces some more static symbols so that `Ident::new` can be used in
various places instead of `Ident::from_str_and_span`.

The commit also changes `Path::path` from a `&str` to a `Symbol`, which
then allows the lifetime annotation to be removed from `Ty`. Also, the
use of `Symbol` in `Bounds` removes the need for its lifetime
annotation.
2020-07-17 08:28:19 +10:00
..
2020-07-17 08:28:19 +10:00
2020-06-20 11:12:43 -07:00
2020-05-08 13:13:15 +02:00
2020-06-02 20:42:54 +03:00
2020-05-24 15:54:48 -04:00
2020-07-17 08:28:19 +10:00
2020-07-17 08:28:19 +10:00
2020-06-27 23:51:28 +03:00
2020-05-24 15:54:48 -04:00
2020-07-17 08:28:19 +10:00
2020-07-17 08:28:19 +10:00
2020-03-09 20:50:48 +03:00