pyo3/pyo3-macros-backend/src
Icxolu 56341cbc81
emit c-string literals on Rust 1.77 or later (#4269)
* emit c-string literals on Rust 1.77 or later

* only clone `PyO3CratePath` instead of the whole `Ctx`

Co-authored-by: mejrs <59372212+mejrs@users.noreply.github.com>

---------

Co-authored-by: mejrs <59372212+mejrs@users.noreply.github.com>
Co-authored-by: David Hewitt <mail@davidhewitt.dev>
2024-06-21 08:49:33 +00:00
..
pyfunction Allow module= attribute in complex enum variants (#4228) 2024-06-03 07:57:04 +00:00
attributes.rs feat: Add 'ord' option for PyClass and corresponding tests (#4202) 2024-06-07 19:08:53 +00:00
deprecations.rs Improve the span and message for return types of pymethod/functions (#4220) 2024-06-20 09:23:40 +00:00
frompyobject.rs Improve the span and message for return types of pymethod/functions (#4220) 2024-06-20 09:23:40 +00:00
konst.rs emit c-string literals on Rust 1.77 or later (#4269) 2024-06-21 08:49:33 +00:00
lib.rs Add error messages for unsupported macro features on compilation (#4194) 2024-06-16 10:23:03 +00:00
method.rs emit c-string literals on Rust 1.77 or later (#4269) 2024-06-21 08:49:33 +00:00
module.rs emit c-string literals on Rust 1.77 or later (#4269) 2024-06-21 08:49:33 +00:00
params.rs Improve the span and message for return types of pymethod/functions (#4220) 2024-06-20 09:23:40 +00:00
pyclass.rs emit c-string literals on Rust 1.77 or later (#4269) 2024-06-21 08:49:33 +00:00
pyfunction.rs Improve the span and message for return types of pymethod/functions (#4220) 2024-06-20 09:23:40 +00:00
pyimpl.rs Improve the span and message for return types of pymethod/functions (#4220) 2024-06-20 09:23:40 +00:00
pymethod.rs emit c-string literals on Rust 1.77 or later (#4269) 2024-06-21 08:49:33 +00:00
pyversions.rs Add error messages for unsupported macro features on compilation (#4194) 2024-06-16 10:23:03 +00:00
quotes.rs Improve the span and message for return types of pymethod/functions (#4220) 2024-06-20 09:23:40 +00:00
utils.rs emit c-string literals on Rust 1.77 or later (#4269) 2024-06-21 08:49:33 +00:00