/
githubmirror
/
sway
Обзор
Документация
Войти
/
githubmirror
/
sway
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
sway-core/src/language/trace.rs
6 строк
194 B
Igor Rončević
Add `#[trace]` attribute (#7277)
11 июл 2025, 15:35
Не верифицирован
11 июл 2025, 15:35
8b75246
Код
Авторство
О чём код?
/// The trace of a function suggests to the compiler whether or not a function should be backtraced. #[derive(Clone, Debug, Copy, PartialEq, Eq, Hash)] pub enum Trace { Always, Never, }