mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-16 17:03:35 +00:00
rt: Add a FIXME about #2495
This commit is contained in:
parent
802a8c0f19
commit
35aa8d86e1
@ -49,6 +49,7 @@ rust_sched_loop::activate(rust_task *task) {
|
||||
DLOG(this, task, "task has returned");
|
||||
}
|
||||
|
||||
// FIXME #2495: This logging code doesn't belong in the scheduler
|
||||
void
|
||||
rust_sched_loop::log(rust_task* task, uint32_t level, char const *fmt, ...) {
|
||||
char buf[BUF_BYTES];
|
||||
|
Loading…
Reference in New Issue
Block a user